diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-31 17:36:29 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-31 17:36:29 +0000 |
commit | 4df78b912fdfcdc2c0ec3ae23d6d7bce7cd3c9a3 (patch) | |
tree | 613e212b5752d2965e4d7d73a8b556fc6933484a /net | |
parent | 81add6f9a2dd0e077a25822e45c75f9193a42f0b (diff) | |
download | ports-4df78b912fdfcdc2c0ec3ae23d6d7bce7cd3c9a3.tar.gz ports-4df78b912fdfcdc2c0ec3ae23d6d7bce7cd3c9a3.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/bind8/Makefile | 7 | ||||
-rw-r--r-- | net/bind8/distinfo | 1 | ||||
-rw-r--r-- | net/bind9/Makefile | 7 | ||||
-rw-r--r-- | net/bind9/distinfo | 1 |
4 files changed, 12 insertions, 4 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 4c83497f1a6b..a81868cd5753 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -3,13 +3,15 @@ # Date created: 18 July 1997 # Whom: jseger@scds.com # -# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $ +# $Id: Makefile,v 1.9 1999/04/04 14:28:37 jseger Exp $ # DISTNAME= bind-8.2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 MAINTAINER= jseger@FreeBSD.org @@ -24,7 +26,8 @@ MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 -PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP} +PATCH_ARGS= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) diff --git a/net/bind8/distinfo b/net/bind8/distinfo index eaaba795efbb..3c29a8d44254 100644 --- a/net/bind8/distinfo +++ b/net/bind8/distinfo @@ -1,2 +1,3 @@ MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 4c83497f1a6b..a81868cd5753 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -3,13 +3,15 @@ # Date created: 18 July 1997 # Whom: jseger@scds.com # -# $Id: Makefile,v 1.8 1999/01/13 03:37:27 scrappy Exp $ +# $Id: Makefile,v 1.9 1999/04/04 14:28:37 jseger Exp $ # DISTNAME= bind-8.2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ +PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz +PATCHFILES= patch1 MAINTAINER= jseger@FreeBSD.org @@ -24,7 +26,8 @@ MAN7= hostname.7 mailaddr.7 MAN8= named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 \ nsupdate.8 -PATCH_ARGS?= -d ${WRKDIR} -E ${PATCH_STRIP} +PATCH_ARGS= -d ${WRKDIR} +PATCH_DIST_ARGS= -d ${WRKDIR} post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) diff --git a/net/bind9/distinfo b/net/bind9/distinfo index eaaba795efbb..3c29a8d44254 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,2 +1,3 @@ MD5 (bind-8.2-src.tar.gz) = f45ad0d96c8f4d7338b4c669fee906d8 MD5 (bind-8.2-doc.tar.gz) = a5bee5f073016c2e2fb2a835f087ba28 +MD5 (patch1) = 73b1ba41798f47144723052bc434d876 |