pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/base64 Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d1b89d0de5f
branches:  trunk
changeset: 472741:6d1b89d0de5f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Apr 12 01:50:07 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 converters/base64/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r c70dac9796a7 -r 6d1b89d0de5f converters/base64/Makefile
--- a/converters/base64/Makefile        Mon Apr 12 01:49:02 2004 +0000
+++ b/converters/base64/Makefile        Mon Apr 12 01:50:07 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index