aboutsummaryrefslogtreecommitdiff
path: root/archivers/szip
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-23 14:22:12 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-07-23 14:22:12 +0000
commit318f4709251cb76bcc7fa4b8cfb3a87f59081211 (patch)
tree91f809cd39ee4c26ba7e074e2aa08962a50b79d8 /archivers/szip
parent11547f714eeee9945838278186dacf0ab08c917e (diff)
downloadports-318f4709251cb76bcc7fa4b8cfb3a87f59081211.tar.gz
ports-318f4709251cb76bcc7fa4b8cfb3a87f59081211.zip
- Remove uneeded patch
- Adopt
Notes
Notes: svn path=/head/; revision=168558
Diffstat (limited to 'archivers/szip')
-rw-r--r--archivers/szip/Makefile8
-rw-r--r--archivers/szip/files/patch-makefile11
2 files changed, 6 insertions, 13 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile
index e01f403759b1..dd384eef0036 100644
--- a/archivers/szip/Makefile
+++ b/archivers/szip/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= archivers
MASTER_SITES= http://www.compressconsult.com/szip/
DISTNAME= sz${PORTVERSION:S/.//}_src
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= garga@FreeBSD.org
COMMENT= A fast compression utility
USE_GMAKE= yes
@@ -20,7 +20,11 @@ USE_GMAKE= yes
WRKSRC= ${WRKDIR}
PLIST_FILES= bin/${PORTNAME}
-PORTDOCS= history.txt readme.txt techinfo.txt
+PORTDOCS= *.txt
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,more logfile,cat logfile,' \
+ ${WRKSRC}/makefile
do-build:
${GMAKE} -C ${WRKDIR}
diff --git a/archivers/szip/files/patch-makefile b/archivers/szip/files/patch-makefile
deleted file mode 100644
index d1a15de55005..000000000000
--- a/archivers/szip/files/patch-makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 ';'