diff options
author | reed <reed@pkgsrc.org> | 2006-01-03 22:15:22 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-01-03 22:15:22 +0000 |
commit | 6f8d146005104735fbb45f6874b7f43aa061f6fa (patch) | |
tree | 78b4e0de39ba09797f274d576aba9597ef073979 /devel | |
parent | 4e3b054b94a66267b6a9efc1258414f2a413dc0e (diff) | |
download | pkgsrc-6f8d146005104735fbb45f6874b7f43aa061f6fa.tar.gz |
Use PKGMANDIR instead of "man".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 1216aa2192b..fe03b825a7c 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2005/12/05 20:50:02 rillig Exp $ +# $NetBSD: Makefile,v 1.52 2006/01/03 22:15:22 reed Exp $ DISTNAME= gc6.6 PKGNAME= ${DISTNAME:S/gc/boehm-gc-/} @@ -16,7 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-cplusplus -INSTALLATION_DIRS= man/man3 +INSTALLATION_DIRS= ${PKGMANDIR}/man3 MAKE_ENV+= COPTS=${CFLAGS:M*:Q} @@ -44,7 +44,7 @@ pre-build: ${WRKSRC}/doc/gc.man.in > ${WRKSRC}/doc/gc.man post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3 + ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/${PKGMANDIR}/man3/gc.3 do-test: @cd ${WRKSRC}; \ |