aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/szip
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-07-23 22:22:12 +0800
committergarga <garga@FreeBSD.org>2006-07-23 22:22:12 +0800
commitb4d5fd121a4f3d43f7d8825f4e7601136e843f4e (patch)
tree56787c53ff1fa658ec850fd2e87aa332c6cca060 /archivers/szip
parentea4122949045312336e76900c0efcf0cabd4145b (diff)
downloadfreebsd-ports-gnome-b4d5fd121a4f3d43f7d8825f4e7601136e843f4e.tar.gz
freebsd-ports-gnome-b4d5fd121a4f3d43f7d8825f4e7601136e843f4e.tar.zst
freebsd-ports-gnome-b4d5fd121a4f3d43f7d8825f4e7601136e843f4e.zip
- Remove uneeded patch
- Adopt
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 ';'