diff options
Diffstat (limited to 'net/dlint/Makefile')
-rw-r--r-- | net/dlint/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile index 1a4d7f579ff..f59c251729c 100644 --- a/net/dlint/Makefile +++ b/net/dlint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/05/19 07:00:50 abs Exp $ # DISTNAME= dlint1.4.0 @@ -14,6 +14,9 @@ COMMENT= Internet Domain Name System (DNS) error checking utility USE_TOOLS+= perl:run NO_BUILD= YES +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS+= bin man/man1 + do-configure: cd ${WRKSRC} ; \ ${MV} digparse digparse.BAK ; \ |