diff options
author | rillig <rillig> | 2006-10-21 11:11:34 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-21 11:11:34 +0000 |
commit | 766c6f977accdf210b255f15d2893043b595cdc4 (patch) | |
tree | 0d176fe0541a207144881e6ce979f7f5d248ec3f /misc | |
parent | 0582242fe5b138461c2a22044b74b73de1a40f2b (diff) | |
download | pkgsrc-766c6f977accdf210b255f15d2893043b595cdc4.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/getopt/Makefile | 6 |
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" |