1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Remove uneeded patch

- Adopt
This commit is contained in:
Renato Botelho 2006-07-23 14:22:12 +00:00
parent 11547f714e
commit 318f470925
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168558
2 changed files with 6 additions and 13 deletions

View File

@ -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}

View File

@ -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 ';'