summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-12 01:50:07 +0000
committerminskim <minskim>2004-04-12 01:50:07 +0000
commit72d9ee34c4a6dc2e845b3c6e5f83aa3ef9196d7c (patch)
treeb85f4db668aa78302e22c37fedc644aac7b6bbdb
parent70d232fc0a1949f179b01267710f64579df67218 (diff)
downloadpkgsrc-72d9ee34c4a6dc2e845b3c6e5f83aa3ef9196d7c.tar.gz
Enable pkgviews installation.
-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