diff options
author | jlam <jlam> | 2006-03-14 20:43:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-14 20:43:23 +0000 |
commit | fe2fe99021135aa7c941001b7ce1f51fa68951ee (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /mail | |
parent | 0c8215fb0e08d6e641a195411ae868a9bcec9a57 (diff) | |
download | pkgsrc-fe2fe99021135aa7c941001b7ce1f51fa68951ee.tar.gz |
USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework. In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 3 | ||||
-rw-r--r-- | mail/perdition/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 1c9055ff1f5..2f9025ed537 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/01/14 20:08:20 ben Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/14 20:43:23 jlam Exp $ DISTNAME= msmtp-1.4.5 CATEGORIES= mail @@ -10,7 +10,6 @@ HOMEPAGE= http://msmtp.sourceforge.net/ COMMENT= SMTP plugin for MUAs GNU_CONFIGURE= yes -USE_PKGINSTALL= yes USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 88a31f9a2c0..b556b729641 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 16:06:29 tv Exp $ +# $NetBSD: Makefile,v 1.7 2006/03/14 20:43:23 jlam Exp $ # PKGREVISION= 5 @@ -7,7 +7,6 @@ PERDITION_COMMENT= main program .include "options.mk" -USE_PKGINSTALL= YES OWN_DIRS+= ${PKG_SYSCONFDIR} .for f in Makefile.popmap perdition.conf popmap popmap.re CONF_FILES+= ${EGDIR}/perdition/$f ${PKG_SYSCONFDIR}/${f:.popmap=} |