diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-30 03:16:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-30 03:16:09 +0000 |
commit | da2c23c0446c68f5f1d0539fc4ae5f35e5daecaf (patch) | |
tree | 7c2a0a083f5f40aac95c238f3690c5fbe5f7cbaa /archivers | |
parent | 2501787a90b1e6d8f54ceed14d28059b43491f05 (diff) | |
download | pkgsrc-da2c23c0446c68f5f1d0539fc4ae5f35e5daecaf.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers')
-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" \ |