summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-03-29 03:28:49 +0000
committerschmonz <schmonz>2004-03-29 03:28:49 +0000
commit8d92f1d4296c050515b2907a4100d9538f43fe4c (patch)
tree24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /net
parent4d595c2e24a80bd7e46c007708578d96db3fb494 (diff)
downloadpkgsrc-8d92f1d4296c050515b2907a4100d9538f43fe4c.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'net')
-rw-r--r--net/djbdns/Makefile6
-rw-r--r--net/lftp/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile
index 97993db0a9e..7e53583b4a6 100644
--- a/net/djbdns/Makefile
+++ b/net/djbdns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/03/28 04:39:39 taca Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/29 03:30:17 schmonz Exp $
# FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp
#
@@ -23,6 +23,8 @@ MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://cr.yp.to/djbdns.html
COMMENT= Collection of secure and reliable DNS tools by Dan Bernstein
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
RESTRICTED= "Redistribution of modified package is forbidden"
NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
@@ -41,6 +43,8 @@ MANVERSION= 20021211
GCC_REQD+= 3.0
.endif
+INSTALLATION_DIRS= bin etc man/man1 man/man5 man/man8
+
post-extract:
@${CP} ${DISTDIR}/tinydns-log.pl.txt ${WRKSRC}/tinydns-log.pl
@${CP} ${DISTDIR}/dnscache-log.pl.txt ${WRKSRC}/dnscache-log.pl
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 9a01d12ae56..ab86069e6a7 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/03/26 02:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2004/03/29 03:30:33 schmonz Exp $
#
DISTNAME= lftp-2.6.12
@@ -12,6 +12,8 @@ MAINTAINER= michal@pasternak.w.lub.pl
HOMEPAGE= http://lftp.yar.ru/
COMMENT= Powerful command line ftp client
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
@@ -30,6 +32,8 @@ CONFIGURE_ENV+= F77=${FALSE}
EGDIR= ${PREFIX}/share/examples/lftp
CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf
+INSTALLATION_DIRS= bin lib/lftp man/man1 share/examples/lftp share/lftp
+
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${EGDIR}/lftp.conf.default