summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-12-10 18:36:04 +0000
committersem <sem@FreeBSD.org>2005-12-10 18:36:04 +0000
commit98456f21e6e7ba74d5c6bbba9d94b99c4c62221f (patch)
tree561d6a1c8c5a982b94280f88b274e0b6298f1e7d /archivers
parente4476ce0d412f2a9ddaebedcd6566c2dd0fd8d1c (diff)
downloadFreeBSD-ports-98456f21e6e7ba74d5c6bbba9d94b99c4c62221f.zip
FreeBSD-ports-98456f21e6e7ba74d5c6bbba9d94b99c4c62221f.tar.gz
- 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)
Diffstat (limited to 'archivers')
-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 cb7ed55..c6c620d 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 0000000..d1a15de
--- /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 79c8e88..0000000
--- 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%%
OpenPOWER on IntegriCloud