diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 21:58:50 +0000 |
commit | cd526025d656d3f076e54e019eb74a8a847de217 (patch) | |
tree | 6bb02451d005d9ed67b046315f5aae9922880275 /archivers/unrar | |
parent | 2539a0b0bd1e9521352f155106391274fac12cdf (diff) |
Notes
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 5b91e1aacc3f..cfeda593027d 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -6,18 +6,18 @@ # PORTNAME= unrar -PORTVERSION= 3.20 -PORTEPOCH= 2 +PORTVERSION= 3.20 +PORTEPOCH= 2 CATEGORIES= archivers -MASTER_SITES= http://files10.rarlab.com/rar/ -DISTNAME= unrarsrc-3.2.3 +MASTER_SITES= http://files10.rarlab.com/rar/ +DISTNAME= unrarsrc-3.2.3 MAINTAINER= ache@FreeBSD.org COMMENT= Extract, view & test RAR archives -WRKSRC= ${WRKDIR}/unrar +WRKSRC= ${WRKDIR}/unrar -USE_GMAKE= yes +USE_GMAKE= yes post-patch: @${SED} -e 's|c++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \ |