From e513ec3f9f0e8e6e37a0482dfa5627894f48c0ce Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 27 Dec 2005 17:37:27 +0000 Subject: Install man page to PKGMANDIR instead of hard-coded "man". --- net/gethost/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/gethost/Makefile b/net/gethost/Makefile index 632a4c37aac..633e62d2720 100644 --- a/net/gethost/Makefile +++ b/net/gethost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:05 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/27 17:37:27 reed Exp $ DISTNAME= gethost-0.03 CATEGORIES= net @@ -9,11 +9,11 @@ HOMEPAGE= http://www.reedmedia.net/software/gethost/ COMMENT= Hostname and IP resolver for testing /etc/hosts and nsswitch.conf PKG_INSTALLATION_TYPES= overwrite pkgviews -INSTALLATION_DIRS= bin man/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 BUILD_TARGET= gethost do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gethost ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gethost.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/gethost.1 ${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3