diff options
Diffstat (limited to 'dns/domtools/Makefile')
-rw-r--r-- | dns/domtools/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dns/domtools/Makefile b/dns/domtools/Makefile deleted file mode 100644 index 3919113d68b2..000000000000 --- a/dns/domtools/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: domtools -# Date created: 12 Jun 1999 -# Whom: alexp -# -# $FreeBSD$ -# - -PORTNAME= domtools -PORTVERSION= 1.5.0 -CATEGORIES= net -MASTER_SITES= http://www.domtools.com/pub/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= veers@disturbed.net - -USE_PERL5= YES - -NO_BUILD= YES -WRKSRC= ${WRKDIR}/domtools${PORTVERSION}/ - -MAKE_ENV+= PDEST=${PREFIX} - -# 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}#' -e '/^PDEST=/d' \ - < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile - -post-install: - - ${MKDIR} ${PREFIX}/domtools/lib/zonecache - -.include <bsd.port.mk> |