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 | dfd23df1337aadf8a217e1c9032fcab35eaf24c7 (patch) | |
tree | 7c2a0a083f5f40aac95c238f3690c5fbe5f7cbaa /archivers | |
parent | eb1b52eb41bbf79e5f78505225c70e2117b98078 (diff) | |
download | pkgsrc-dfd23df1337aadf8a217e1c9032fcab35eaf24c7.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" \ |