diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-02-10 20:27:22 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-02-10 20:27:22 +0000 |
commit | ca2077ccdffe8352b9e27a34f89b143a78785b8d (patch) | |
tree | 1da7f65f23fbad5ea5af17ece9d495706066b68a | |
parent | a7514f82eb7587a7d865d2dc3b6cedd67f772b15 (diff) | |
download | freebsd-ports-ca2077ccdffe8352b9e27a34f89b143a78785b8d.zip |
- Use bsdtar to extract distfile
- Remove white spaces
-rw-r--r-- | x11-toolkits/granite/Makefile | 5 |
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> |