diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-02-14 05:43:50 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-02-14 05:43:50 +0800 |
commit | 93b72cd13d120a4b41f4cd1a6c4fbadc6edfe563 (patch) | |
tree | 259c8c709e89b373e2e85e999ede673826e4374c | |
parent | c800c78dd75385baf21ce856ffd79052ee331e61 (diff) | |
download | freebsd-ports-gnome-93b72cd13d120a4b41f4cd1a6c4fbadc6edfe563.tar.gz freebsd-ports-gnome-93b72cd13d120a4b41f4cd1a6c4fbadc6edfe563.tar.zst freebsd-ports-gnome-93b72cd13d120a4b41f4cd1a6c4fbadc6edfe563.zip |
Makefile
-rw-r--r-- | dns/bind8/Makefile | 1 | ||||
-rw-r--r-- | net/bind8/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index fdabcebbbea2..5fa4246a9ad7 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ ftp://ftp.grolier.fr/pub/isc/bind/src/${PORTVERSION}/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz +DIST_SUBDIR= bind-${PORTVERSION} MAINTAINER= DougB@FreeBSD.org diff --git a/net/bind8/Makefile b/net/bind8/Makefile index fdabcebbbea2..5fa4246a9ad7 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ ftp://ftp.grolier.fr/pub/isc/bind/src/${PORTVERSION}/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz +DIST_SUBDIR= bind-${PORTVERSION} MAINTAINER= DougB@FreeBSD.org |