diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | 67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /news | |
parent | 48b36d105551f382acace5619771b16410f290ce (diff) | |
download | pkgsrc-67eaa64b538f1cc9ee2559e7b9b0001914e6dd58.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 3 | ||||
-rw-r--r-- | news/leafnode/Makefile | 3 | ||||
-rw-r--r-- | news/nntpclnt/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index b86e5180021..10878b6ba6f 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2005/12/05 23:55:15 rillig Exp $ +# $NetBSD: Makefile,v 1.76 2005/12/29 06:22:05 jlam Exp $ DISTNAME= inn-2.4.1 PKGREVISION= 8 @@ -18,7 +18,6 @@ BUILD_DEFS+= USE_INET6 BUILD_DEFS+= INN_DATA_DIR INN_USER INN_GROUP FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR:Q} -USE_PKGINSTALL= YES GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${INN_PREFIX} CONFIGURE_ARGS+= --enable-setgid-inews \ diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 45ab152c170..2460d24adca 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/12/05 23:55:15 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2005/12/29 06:22:05 jlam Exp $ DISTNAME= leafnode-1.11.3.rel PKGNAME= ${DISTNAME:S/.rel//} @@ -13,7 +13,6 @@ COMMENT= NNTP server for small (dialup) sites CONFLICTS+= cyrus-imapd<2.2.10nb2 WRKSRC= ${WRKDIR}/${DISTNAME} -USE_PKGINSTALL= yes INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 46f3a3e0215..fa616c23566 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/12/05 20:50:50 rillig Exp $ +# $NetBSD: Makefile,v 1.26 2005/12/29 06:22:05 jlam Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 5 @@ -17,7 +17,6 @@ NO_BIN_ON_CDROM=${RESTRICTED} BUILD_TARGET= inews PKG_GROUPS= news -USE_PKGINSTALL= yes PKG_SYSCONFSUBDIR= nntp PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} |