diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-10 15:50:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-10 15:50:39 +0000 |
commit | 3016e33745d47287527648a3b28092cb557e1c35 (patch) | |
tree | 846812241d07eab7afbf48ca8f7d77dc75d815b3 /textproc/ndtpd | |
parent | ecb64ac5d2e5edae056d8c2d9c030dceea318442 (diff) | |
download | pkgsrc-3016e33745d47287527648a3b28092cb557e1c35.tar.gz |
Uses makeinfo.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r-- | textproc/ndtpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile index 532513c94ad..ec2ec0edf0d 100644 --- a/textproc/ndtpd/Makefile +++ b/textproc/ndtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/12/29 06:22:19 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/10 15:50:39 joerg Exp $ # DISTNAME= ndtpd-3.1.5 @@ -16,6 +16,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES INFO_FILES= ndtpd-ja.info ndtpd.info +USE_MAKEINFO= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${NDTPD_RUNDIR:Q} |