summaryrefslogtreecommitdiff
path: root/misc/getopt
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-21 11:11:34 +0000
committerrillig <rillig>2006-10-21 11:11:34 +0000
commit38603ae194a592ad7c2dd42aa72adf6be8e5ecb2 (patch)
tree0d176fe0541a207144881e6ce979f7f5d248ec3f /misc/getopt
parent6bca95ef1054028ee9ae3662754216472d2975a6 (diff)
downloadpkgsrc-38603ae194a592ad7c2dd42aa72adf6be8e5ecb2.tar.gz
Fixed PKGMANDIR.
Diffstat (limited to 'misc/getopt')
-rw-r--r--misc/getopt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 6ab937c5902..150dfa3bfed 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:11 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/21 11:11:34 rillig Exp $
#
DISTNAME= getopt-1.1.3
@@ -14,11 +14,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/getopt ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/getopt.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/getopt.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"