summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-12 01:50:07 +0000
committerminskim <minskim@pkgsrc.org>2004-04-12 01:50:07 +0000
commit4479b24238761a2f508ff3d84a07b2df090c6303 (patch)
treeb85f4db668aa78302e22c37fedc644aac7b6bbdb /converters
parent330598648d8f54f848f7050890791f3cecec5779 (diff)
downloadpkgsrc-4479b24238761a2f508ff3d84a07b2df090c6303.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'converters')
-rw-r--r--converters/base64/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index 4fc3ab772b5..91a04789557 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/11 07:10:52 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/12 01:50:07 minskim Exp $
#
DISTNAME= base64-1.3
@@ -11,10 +11,14 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
COMMENT= Encode and decode base64 files
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
GNU_CONFIGURE= yes
ALL_TARGET= prog
USE_BUILDLINK3= yes
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1