From da2c23c0446c68f5f1d0539fc4ae5f35e5daecaf Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 30 May 2004 03:16:09 +0000 Subject: Enable pkgviews installation. --- archivers/freeze/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile index d6d111c39a7..b0d9568ce6e 100644 --- a/archivers/freeze/Makefile +++ b/archivers/freeze/Makefile @@ -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 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/archive/ MAINTAINER= tech-pkg@NetBSD.org 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 @@ ALL_TARGET= prog # 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" \ -- cgit v1.2.3