diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
commit | 1ec59ed085b1ff1f6e20d1405322bb025382f0fb (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /comms | |
parent | 2376bd0fbc35ba2000266ac8a72838cb21b47d13 (diff) | |
download | pkgsrc-1ec59ed085b1ff1f6e20d1405322bb025382f0fb.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 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 54c22781a2c..849714485d2 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/02/05 23:08:27 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/03/14 20:43:23 jlam Exp $ DISTNAME= asterisk-1.2.4 # PKGREVISION= 1 @@ -62,7 +62,6 @@ SUBST_SED.asterisk= \ .include "options.mk" -USE_PKGINSTALL= yes RCD_SCRIPTS= asterisk OWN_DIRS+= ${ASTSPOOLDIR} ${ASTLOGDIR} ${ASTVARRUNDIR} OWN_DIRS+= ${ASTLOGDIR}/cdr-csv |