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 /mail/mpop | |
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 'mail/mpop')
-rw-r--r-- | mail/mpop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 2b496bbbc40..53eddd36795 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/29 06:21:51 jlam Exp $ # DISTNAME= mpop-0.8.2 @@ -12,7 +12,6 @@ HOMEPAGE= http://mpop.sourceforge.net/ COMMENT= Small, fast and portable POP3 client GNU_CONFIGURE= yes -USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config |