diff options
Diffstat (limited to 'textproc/ndtpd/patches/patch-ac')
-rw-r--r-- | textproc/ndtpd/patches/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/ndtpd/patches/patch-ac b/textproc/ndtpd/patches/patch-ac new file mode 100644 index 00000000000..2706163d496 --- /dev/null +++ b/textproc/ndtpd/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.1 2003/04/13 01:29:43 salo Exp $ + +--- Makefile.in.orig 2002-08-03 02:39:25.000000000 +0200 ++++ Makefile.in 2003-04-13 03:05:49.000000000 +0200 +@@ -105,7 +105,7 @@ + + pkglocalstatedir = $(localstatedir)/$(PACKAGE) + +-sysconf_DATA = ndtpd.conf.sample ++sysconf_DATA = + pkglocalstate_DATA = + + EXTRA_DIST = ChangeLog.0 INSTALL-ja README-ja UPGRADE UPGRADE-ja \ +@@ -130,7 +130,7 @@ + configure configure.ac depcomp install-sh ltmain.sh mdate-sh \ + missing mkinstalldirs + DIST_SUBDIRS = $(SUBDIRS) +-all: config.h ++all: config.h ndtpd.conf.sample + $(MAKE) $(AM_MAKEFLAGS) all-recursive + + .SUFFIXES: |