diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 05:58:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 05:58:50 +0800 |
commit | c90d909dd04b82f358a7ebb43a2d06db7d55ce1e (patch) | |
tree | 2f87d0be8ca52e2244a9e78ed4bbae8fcf147ea2 /archivers/unrar | |
parent | c94bd6e6c8ee6138d980f4304c3bf762b03174b1 (diff) | |
download | freebsd-ports-gnome-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.tar.gz freebsd-ports-gnome-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.tar.zst freebsd-ports-gnome-c90d909dd04b82f358a7ebb43a2d06db7d55ce1e.zip |
portlint (fix whitespace)
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' \ |