summaryrefslogtreecommitdiff
path: root/net/md-whois
diff options
context:
space:
mode:
Diffstat (limited to 'net/md-whois')
-rw-r--r--net/md-whois/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile
index 61b4f39119c..3bd5cfc34ec 100644
--- a/net/md-whois/Makefile
+++ b/net/md-whois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/11/03 13:43:15 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/27 21:24:26 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,10 +19,10 @@ VERSION= 4.7.2
WRKSRC= ${WRKDIR}/whois-${VERSION}
USE_TOOLS+= gmake perl
-INSTALLATION_DIRS+= bin man/man1
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/whois ${PREFIX}/bin/md-whois
- ${INSTALL_MAN} ${WRKSRC}/whois.1 ${PREFIX}/man/man1/md-whois.1
+ ${INSTALL_MAN} ${WRKSRC}/whois.1 ${PREFIX}/${PKGMANDIR}/man1/md-whois.1
.include "../../mk/bsd.pkg.mk"