diff options
author | joerg <joerg> | 2006-01-10 15:50:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-10 15:50:39 +0000 |
commit | 600210f8fe6688daceeec39a73665504fcb0e4e3 (patch) | |
tree | 846812241d07eab7afbf48ca8f7d77dc75d815b3 /textproc/ndtpd | |
parent | b8e6352c048ae4adfc87028ba30b5179dde384de (diff) | |
download | pkgsrc-600210f8fe6688daceeec39a73665504fcb0e4e3.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} |