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 | f0cb61d1347f654255ef8b05d4afa02530c1a2ea (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /comms | |
parent | ce7087c843f1caed365ac16d93cac40b0800e944 (diff) | |
download | pkgsrc-f0cb61d1347f654255ef8b05d4afa02530c1a2ea.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 |