From 98456f21e6e7ba74d5c6bbba9d94b99c4c62221f Mon Sep 17 00:00:00 2001 From: sem Date: Sat, 10 Dec 2005 18:36:04 +0000 Subject: - 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) --- archivers/szip/Makefile | 8 +++++--- archivers/szip/files/patch-makefile | 11 +++++++++++ archivers/szip/pkg-plist | 5 ----- 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 archivers/szip/files/patch-makefile delete mode 100644 archivers/szip/pkg-plist (limited to 'archivers') 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%% -- cgit v1.1