diff options
author | reed <reed@pkgsrc.org> | 2005-04-11 17:41:09 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-04-11 17:41:09 +0000 |
commit | d42e4be2ff8230ce39c5425a172e07811a41f618 (patch) | |
tree | 32ae2906636fe93f585d4620300dbe54ef493fc4 /net | |
parent | e0422be8987b071715161b22ab8c172a36f2caf1 (diff) | |
download | pkgsrc-d42e4be2ff8230ce39c5425a172e07811a41f618.tar.gz |
Add INSTALLATION_DIRS for bin and man/man1.
Diffstat (limited to 'net')
-rw-r--r-- | net/md-whois/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index b177632f074..5293d7e79df 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 17:39:22 reed Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/11 17:41:09 reed Exp $ # # todo: set location of [md-]whois.conf and fix in man page too # todo: build and install the po/ files and add to PLIST @@ -19,6 +19,7 @@ VERSION= 4.7.2 WRKSRC= ${WRKDIR}/whois-${VERSION} USE_PERL5= build USE_GNU_TOOLS+= make +INSTALLATION_DIRS+= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whois ${PREFIX}/bin/md-whois |