diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-11-20 16:02:53 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-11-20 16:02:53 +0000 |
commit | 44b28dc8c5a55a0ef794ffea1b9570c1bd8ae511 (patch) | |
tree | 256ca9e6157fe79837f5300b57b85f1d661d9002 /textproc/ndtpd | |
parent | d4ffb52c03add2668cc0400bee55a222033a7f2b (diff) | |
download | pkgsrc-44b28dc8c5a55a0ef794ffea1b9570c1bd8ae511.tar.gz |
* Enable pkgviews installation.
* Fix build when eb is installed as pkgviews.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r-- | textproc/ndtpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile index 8ad8b57a362..a0e4a183671 100644 --- a/textproc/ndtpd/Makefile +++ b/textproc/ndtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:20 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/20 16:02:53 uebayasi Exp $ # DISTNAME= ndtpd-3.1.5 @@ -10,6 +10,8 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/ndtpd/ COMMENT= Server for accessing CD-ROM books with NDTP +PKG_INSTALLATION_TYPES= pkgviews overwrite + USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_LIBTOOL= YES @@ -22,6 +24,7 @@ CONFIGURE_ARGS+= --localstatedir=${NDTPD_RUNDIR} CONFIGURE_ARGS+= --with-logdir=${NDTPD_LOGDIR} CONFIGURE_ARGS+= --with-eb CONFIGURE_ARGS+= --with-zlib +CONFIGURE_ARGS+= --with-eb-conf=${PKG_SYSCONFDIR.eb}/eb.conf # For INSTALL/DEINSTALL scripts. CONF_FILES= ${EGDIR}/ndtpd.conf.default ${PKG_SYSCONFDIR}/ndtpd.conf |