pkgsrc/net/dlint/Makefile
jlam 3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00

27 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:15 jlam Exp $
#
DISTNAME= dlint1.4.0
PKGNAME= dlint-1.4.0
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.domtools.com/dns/
COMMENT= Internet Domain Name System (DNS) error checking utility
USE_TOOLS+= perl:run
NO_BUILD= YES
do-configure:
cd ${WRKSRC} ; \
${MV} digparse digparse.BAK ; \
${SED} \
-e '/usr.bin.perl/s|/usr|${PREFIX}|g' \
<digparse.BAK >digparse ; \
${MV} dlint dlint.BAK ; \
${SED} \
-e 's|/usr/local|${PREFIX}|g' \
<dlint.BAK >dlint
.include "../../mk/bsd.pkg.mk"