summaryrefslogtreecommitdiff
path: root/converters/base64
diff options
context:
space:
mode:
authorrillig <rillig>2006-12-19 13:28:20 +0000
committerrillig <rillig>2006-12-19 13:28:20 +0000
commitd40ac464d848f65cb589d89a25e59ae547eddbf2 (patch)
tree43abe2676bb8adf46241290e371cbfa9723d9734 /converters/base64
parent5fbaa4e9d84b608bd6b058b9efc0e5962da4614d (diff)
downloadpkgsrc-d40ac464d848f65cb589d89a25e59ae547eddbf2.tar.gz
Fixed PKGMANDIR.
Diffstat (limited to 'converters/base64')
-rw-r--r--converters/base64/Makefile6
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"