diff options
author | obache <obache@pkgsrc.org> | 2010-10-03 07:18:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-03 07:18:24 +0000 |
commit | 644065836d751ac2b72da60022b441265013fe89 (patch) | |
tree | 35cb783618eb5cea221ebd6f74a6afb05e546a2c /comms/asterisk16 | |
parent | 5dde2eb9a0772ad13ae6dda98cccfc24ed6791a9 (diff) | |
download | pkgsrc-644065836d751ac2b72da60022b441265013fe89.tar.gz |
Need to set DEFAULT_DISTFILES to DISTFILES before adding to it.
Diffstat (limited to 'comms/asterisk16')
-rw-r--r-- | comms/asterisk16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile index 13a14c03528..9442fa53158 100644 --- a/comms/asterisk16/Makefile +++ b/comms/asterisk16/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2010/09/23 23:30:38 jnemeth Exp $ +# $NetBSD: Makefile,v 1.22 2010/10/03 07:18:24 obache Exp $ # DISTNAME= asterisk-1.6.2.13 DIST_SUBDIR= ${PKGNAME_NOREV} +DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ |