diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2010-10-06 22:39:41 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2010-10-06 22:39:41 +0000 |
commit | 90b126719a01233b14c40716277d29da909133ca (patch) | |
tree | 0e8c71a54cb46cfeed59dd0223e1d44a5d9120dc /comms/asterisk16 | |
parent | b893a67e154687d5c55d11e1c735b3b776308c40 (diff) | |
download | pkgsrc-90b126719a01233b14c40716277d29da909133ca.tar.gz |
DISTFILES is now initialized in Makefile, don't re-initialize it here.
Diffstat (limited to 'comms/asterisk16')
-rw-r--r-- | comms/asterisk16/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/asterisk16/options.mk b/comms/asterisk16/options.mk index 78b7ad408fb..3261f6fed2b 100644 --- a/comms/asterisk16/options.mk +++ b/comms/asterisk16/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2010/09/23 23:30:38 jnemeth Exp $ +# $NetBSD: options.mk,v 1.9 2010/10/06 22:39:41 jnemeth Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap @@ -42,7 +42,6 @@ CONFIGURE_ARGS+= --without-odbc .endif .if !empty(PKG_OPTIONS:Milbc) -DISTFILES= ${DEFAULT_DISTFILES} DISTFILES+= rfc3951.txt SITES.rfc3951.txt= http://www.ietf.org/rfc/ DISTFILES+= extract-cfile.awk |