From 73a8f706102e744682654d3a0c3713c07b035a29 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 20 Nov 2004 16:02:53 +0000 Subject: * Enable pkgviews installation. * Fix build when eb is installed as pkgviews. --- textproc/ndtpd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc/ndtpd') 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 -- cgit v1.2.3