aboutsummaryrefslogtreecommitdiff
path: root/archivers/szip
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-12-10 18:36:04 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-12-10 18:36:04 +0000
commit03bfe8a2cf104002aa95e347a70b0d6a4a7b102b (patch)
treee589f81325ea8b1c5fbc0760888e72feb47b451f /archivers/szip
parent837abef333d632d86a63bb4487b5c089b1c81218 (diff)
downloadports-03bfe8a2cf104002aa95e347a70b0d6a4a7b102b.tar.gz
ports-03bfe8a2cf104002aa95e347a70b0d6a4a7b102b.zip
- Remove DEPRECATED. Mastersite is back again.
- Get rid of pkg-plist. - While I'm here, remove harmful interactivity. PR: ports/90188 Submitted by: Igor Pokrovsky (maintainer)
Notes
Notes: svn path=/head/; revision=150807
Diffstat (limited to 'archivers/szip')
-rw-r--r--archivers/szip/Makefile8
-rw-r--r--archivers/szip/files/patch-makefile11
-rw-r--r--archivers/szip/pkg-plist5
3 files changed, 16 insertions, 8 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile
index cb7ed5517131..c6c620db21f5 100644
--- a/archivers/szip/Makefile
+++ b/archivers/szip/Makefile
@@ -15,12 +15,14 @@ DISTNAME= sz${PORTVERSION:S/.//}_src
MAINTAINER= ip@doom.homeunix.org
COMMENT= A fast compression utility
-DEPRECATED= "mastersite disappeared, no longer maintained by author"
-EXPIRATION_DATE= 2005-12-31
-
USE_GMAKE= yes
ONLY_FOR_ARCHS= i386 amd64
+WRKSRC= ${WRKDIR}
+
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= history.txt readme.txt techinfo.txt
+
do-build:
${GMAKE} -C ${WRKDIR}
diff --git a/archivers/szip/files/patch-makefile b/archivers/szip/files/patch-makefile
new file mode 100644
index 000000000000..d1a15de55005
--- /dev/null
+++ b/archivers/szip/files/patch-makefile
@@ -0,0 +1,11 @@
+--- makefile.orig Sat Dec 10 21:29:06 2005
++++ makefile Sat Dec 10 21:29:14 2005
+@@ -12,7 +12,7 @@
+ echo The following files had an error: >logfile
+ find . -type f -exec ./testszip '{}' logfile ';'
+ echo -- end of list -- >>logfile
+- more logfile
++ cat logfile
+ fulltest: szip check
+ echo full test: The following files had an error: >logfile
+ find / -mtime +1 -type f -perm +4 -exec ./testszip '{}' logfile ';'
diff --git a/archivers/szip/pkg-plist b/archivers/szip/pkg-plist
deleted file mode 100644
index 79c8e8838a5b..000000000000
--- a/archivers/szip/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/szip
-%%PORTDOCS%%%%DOCSDIR%%/history.txt
-%%PORTDOCS%%%%DOCSDIR%%/readme.txt
-%%PORTDOCS%%%%DOCSDIR%%/techinfo.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%