diff options
-rw-r--r-- | dns/domtools/Makefile | 20 | ||||
-rw-r--r-- | net/domtools/Makefile | 20 |
2 files changed, 30 insertions, 10 deletions
diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile index 5a7f14988f2c..7596d7dd8791 100644 --- a/dns/domtools/Makefile +++ b/dns/domtools/Makefile @@ -3,23 +3,33 @@ # Date created: 12 Jun 1999 # Whom: alexp # -# $Id: Makefile,v 1.1.1.1 1999/06/12 04:45:52 jmg Exp $ +# $Id: Makefile,v 1.1.1.1 1999/06/17 10:00:27 jmg Exp $ # -DISTNAME= domtools1.4.0 -PKGNAME= domtools-1.4.0 +DISTNAME= domtools${VERSION} +PKGNAME= domtools-${VERSION} CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ MAINTAINER= veers@disturbed.net -WRKSRC= ${WRKDIR}/domtools1.4.0/ - USE_PERL5= YES NO_BUILD= YES +WRKSRC= ${WRKDIR}/domtools${VERSION}/ +VERSION= 1.4.0 + +# XXX - patches/patch-aa modifies Makefile +# and so does the post-patch target + +post-patch: + + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old + ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ + < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile post-install: + ${MKDIR} ${PREFIX}/domtools/lib/zonecache .include <bsd.port.mk> diff --git a/net/domtools/Makefile b/net/domtools/Makefile index 5a7f14988f2c..7596d7dd8791 100644 --- a/net/domtools/Makefile +++ b/net/domtools/Makefile @@ -3,23 +3,33 @@ # Date created: 12 Jun 1999 # Whom: alexp # -# $Id: Makefile,v 1.1.1.1 1999/06/12 04:45:52 jmg Exp $ +# $Id: Makefile,v 1.1.1.1 1999/06/17 10:00:27 jmg Exp $ # -DISTNAME= domtools1.4.0 -PKGNAME= domtools-1.4.0 +DISTNAME= domtools${VERSION} +PKGNAME= domtools-${VERSION} CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ MAINTAINER= veers@disturbed.net -WRKSRC= ${WRKDIR}/domtools1.4.0/ - USE_PERL5= YES NO_BUILD= YES +WRKSRC= ${WRKDIR}/domtools${VERSION}/ +VERSION= 1.4.0 + +# XXX - patches/patch-aa modifies Makefile +# and so does the post-patch target + +post-patch: + + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old + ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ + < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile post-install: + ${MKDIR} ${PREFIX}/domtools/lib/zonecache .include <bsd.port.mk> |