pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/freeze Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ecbc859a340
branches:  trunk
changeset: 475937:9ecbc859a340
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 30 03:16:09 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/freeze/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 8dfbbf546f30 -r 9ecbc859a340 archivers/freeze/Makefile
--- a/archivers/freeze/Makefile Sun May 30 02:19:16 2004 +0000
+++ b/archivers/freeze/Makefile Sun May 30 03:16:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2004/05/30 03:16:09 minskim Exp $
 
 DISTNAME=       freeze-2.5
 PKGREVISION=   1
@@ -8,6 +8,8 @@
 MAINTAINER=     tech-pkg%NetBSD.org@localhost
 COMMENT=       FREEZE / MELT compression program - often used in QNX
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 ALL_TARGET=    prog
@@ -15,6 +17,8 @@
 # Allow "melting" freeze-1.0-format archives.
 CFLAGS+=       -DCOMPAT=1
 
+INSTALLATION_DIRS=     bin man/man1
+
 post-patch:
        cd ${WRKSRC}; for file in *.1; do                               \
                ${SED} -e "s|@PREFIX@|${PREFIX}|g"                      \



Home | Main Index | Thread Index | Old Index