diff options
author | rillig <rillig@pkgsrc.org> | 2006-12-19 13:28:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-12-19 13:28:20 +0000 |
commit | 6e63d13d492d4465bb128554ba011036edf4c9d0 (patch) | |
tree | 43abe2676bb8adf46241290e371cbfa9723d9734 /converters | |
parent | e905caf2778d87e3d4610e8ebfa120c610f0e203 (diff) | |
download | pkgsrc-6e63d13d492d4465bb128554ba011036edf4c9d0.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/base64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 9c272545afb..c9c8307dcfe 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:29:06 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/12/19 13:34:56 rillig Exp $ # DISTNAME= base64-1.3 @@ -15,10 +15,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes BUILD_TARGET= prog -INSTALLATION_DIRS= bin man/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |