diff options
author | reed <reed> | 2006-01-03 22:15:22 +0000 |
---|---|---|
committer | reed <reed> | 2006-01-03 22:15:22 +0000 |
commit | 6e879a3afd3abf3f9c3577d831653dc31c1339e3 (patch) | |
tree | 78b4e0de39ba09797f274d576aba9597ef073979 /devel | |
parent | 2ab0f48c5afdbd28f8e36d6c9accf4ee0ccef944 (diff) | |
download | pkgsrc-6e879a3afd3abf3f9c3577d831653dc31c1339e3.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}; \ |