diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-07 19:54:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-07 19:54:16 +0000 |
commit | 90bc26e8c27e484538f0b194e2b72107fb51be8d (patch) | |
tree | 05135df3032ad91c4e15c3426ff6558fa974a643 /textproc/ndtpd | |
parent | 9d9635b43c0b90406ec6115a2e5c39d41b20c458 (diff) | |
download | pkgsrc-90bc26e8c27e484538f0b194e2b72107fb51be8d.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r-- | textproc/ndtpd/Makefile | 4 | ||||
-rw-r--r-- | textproc/ndtpd/PLIST | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile index 99ba44090d8..1e61e2c2ced 100644 --- a/textproc/ndtpd/Makefile +++ b/textproc/ndtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/05 16:27:28 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/04/07 19:54:17 jlam Exp $ # DISTNAME= ndtpd-3.1.5 @@ -16,7 +16,7 @@ USE_TOOLS+= makeinfo USE_LIBTOOL= YES GNU_CONFIGURE= YES -INFO_FILES= ndtpd-ja.info ndtpd.info +INFO_FILES= # PLIST CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${NDTPD_RUNDIR:Q} diff --git a/textproc/ndtpd/PLIST b/textproc/ndtpd/PLIST index 15c4e7dc111..94483c55cb8 100644 --- a/textproc/ndtpd/PLIST +++ b/textproc/ndtpd/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:06 reed Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/07 19:54:17 jlam Exp $ +info/ndtpd-ja.info +info/ndtpd.info libexec/ndtpstat share/examples/ndtpd/ndtpd.conf.default sbin/ndtpd |