aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-11-18 13:06:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-11-18 13:06:43 +0000
commitf46e8327178806c47a06c96ddb2d3ad017fa85c4 (patch)
tree4afd6d9805971a5659757643ddc79a77be643dcc /dns
parent54dc5a55b6180de30ff2d2c527d33ce68963b71b (diff)
downloadports-f46e8327178806c47a06c96ddb2d3ad017fa85c4.tar.gz
ports-f46e8327178806c47a06c96ddb2d3ad017fa85c4.zip
- make portlint happy
Notes
Notes: svn path=/head/; revision=94257
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-dlz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile
index c3a0b6aa95a8..6396d0122cdb 100644
--- a/dns/bind9-dlz/Makefile
+++ b/dns/bind9-dlz/Makefile
@@ -20,6 +20,7 @@ DISTFILES= bind-${ISCVERSION}.tar.gz \
PATCH_SITES= ${MASTER_SITES}
PATCH_SITE_SUBDIR= bind9/${ISCVERSION}
PATCHFILES= patch.9.2.2-P1
+PATCH_DIST_STRIP= -p1
MAINTAINER= dinoex@FreeBSD.org
COMMENT= The Berkeley Internet Name Daemon, with DLZ extensions
@@ -35,7 +36,6 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps
PATCH_STRIP= -p1
-PATCH_DIST_STRIP= -p1
# use user config if possible
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)