diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-03-09 14:12:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-03-09 14:12:21 +0000 |
commit | 1bcb80f1d44516d1871a34250f9e73b99ed40eff (patch) | |
tree | 7f6e3a34a64d2ca105820655e779589d47ef5bd8 /archivers/szip | |
parent | 16340d48ae8d292fefee8fd1a48f2a548ff8f271 (diff) | |
download | ports-1bcb80f1d44516d1871a34250f9e73b99ed40eff.tar.gz ports-1bcb80f1d44516d1871a34250f9e73b99ed40eff.zip |
Notes
Diffstat (limited to 'archivers/szip')
-rw-r--r-- | archivers/szip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index dd384eef0036..49540277c42b 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -7,7 +7,7 @@ PORTNAME= szip PORTVERSION= 1.12b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www.compressconsult.com/szip/ DISTNAME= sz${PORTVERSION:S/.//}_src @@ -24,6 +24,7 @@ PORTDOCS= *.txt post-patch: @${REINPLACE_CMD} -e 's,more logfile,cat logfile,' \ + -e "s,^CFLAGS.*,CFLAGS= ${CFLAGS}," \ ${WRKSRC}/makefile do-build: |