diff options
author | jlam <jlam> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-12-29 06:21:30 +0000 |
commit | c820203434cf763fe527cb057f59021e25a8fde6 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /mail/pine | |
parent | 1ff6914aefede17bd33f945b1cc04bda838c34fe (diff) | |
download | pkgsrc-c820203434cf763fe527cb057f59021e25a8fde6.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 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index eae58d5dfb4..5dec67177ce 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2005/08/12 20:23:00 tv Exp $ +# $NetBSD: Makefile,v 1.107 2005/12/29 06:21:52 jlam Exp $ DISTNAME= pine4.63 PKGNAME= pine-4.63 @@ -13,7 +13,6 @@ COMMENT= Program for Internet News and E-mail LICENSE= pine-license -USE_PKGINSTALL= yes CONF_FILES= ${PREFIX}/share/examples/pine/pine.conf ${PKG_SYSCONFDIR}/pine.conf |