aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/granite
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2014-02-10 20:27:22 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2014-02-10 20:27:22 +0000
commitca2077ccdffe8352b9e27a34f89b143a78785b8d (patch)
tree1da7f65f23fbad5ea5af17ece9d495706066b68a /x11-toolkits/granite
parenta7514f82eb7587a7d865d2dc3b6cedd67f772b15 (diff)
downloadports-ca2077ccdffe8352b9e27a34f89b143a78785b8d.tar.gz
ports-ca2077ccdffe8352b9e27a34f89b143a78785b8d.zip
- Use bsdtar to extract distfile
- Remove white spaces
Notes
Notes: svn path=/head/; revision=343679
Diffstat (limited to 'x11-toolkits/granite')
-rw-r--r--x11-toolkits/granite/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/granite/Makefile b/x11-toolkits/granite/Makefile
index 7b76523cdcbb..30f0ff3aa543 100644
--- a/x11-toolkits/granite/Makefile
+++ b/x11-toolkits/granite/Makefile
@@ -7,8 +7,7 @@ PORTVERSION= 0.2.3
CATEGORIES= x11-toolkits
MASTER_SITES= https://launchpadlibrarian.net/159802745/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
-DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz
-
+EXTRACT_SUFX= .tgz
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Extensions of Gtk+ toolkit
@@ -25,6 +24,6 @@ INSTALLS_ICONS= yes
USE_LDCONFIG= yes
post-patch:
- @${REINPLACE_CMD} -e 's|gee-1.0|gee-0.8|' ${WRKSRC}/lib/granite.deps
+ @${REINPLACE_CMD} -e 's|gee-1.0|gee-0.8|' ${WRKSRC}/lib/granite.deps
.include <bsd.port.mk>