diff options
-rw-r--r-- | archivers/freeze/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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" \ |