pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ndtpd * Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dec3b8e2ce91
branches:  trunk
changeset: 483863:dec3b8e2ce91
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Nov 20 16:02:53 2004 +0000

description:
* Enable pkgviews installation.
* Fix build when eb is installed as pkgviews.

diffstat:

 textproc/ndtpd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r f557ac2bfb4a -r dec3b8e2ce91 textproc/ndtpd/Makefile
--- a/textproc/ndtpd/Makefile   Sat Nov 20 16:00:35 2004 +0000
+++ b/textproc/ndtpd/Makefile   Sat Nov 20 16:02:53 2004 +0000
@@ -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 @@
 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+=       --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



Home | Main Index | Thread Index | Old Index