mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
513 B
Plaintext
17 lines
513 B
Plaintext
$NetBSD: patch-ab,v 1.6 2012/10/14 18:13:18 wiz Exp $
|
|
|
|
Do not install XEmacs mode for editing desktop files.
|
|
(If you want it, make a separate package for it.)
|
|
|
|
--- Makefile.in.orig 2011-12-20 15:09:44.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -198,7 +198,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = src man misc
|
|
+SUBDIRS = src man
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
EXTRA_DIST = HACKING
|
|
MAINTAINERCLEANFILES = \
|