diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-28 13:52:12 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-28 13:52:12 +0800 |
commit | 5143bf9ec1ba721c73c66ca16ae30923200ffd57 (patch) | |
tree | 4d2e0d512fd092f421c0689812fca1091a27c833 /dns | |
parent | 2a1a4c0d6ca9c23bb711a297300dda307810a5da (diff) | |
download | freebsd-ports-gnome-5143bf9ec1ba721c73c66ca16ae30923200ffd57.tar.gz freebsd-ports-gnome-5143bf9ec1ba721c73c66ca16ae30923200ffd57.tar.zst freebsd-ports-gnome-5143bf9ec1ba721c73c66ca16ae30923200ffd57.zip |
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 501867e0d06d..ec3c991a560d 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -19,7 +19,6 @@ MAN8= dnsmasq.8 PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html -RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} SUB_FILES= pkg-message MAKE_JOBS_SAFE= yes |