svn commit: r343679 - head/x11-toolkits/granite
Olivier Duchateau
olivierd at FreeBSD.org
Mon Feb 10 20:27:23 UTC 2014
Author: olivierd
Date: Mon Feb 10 20:27:22 2014
New Revision: 343679
URL: http://svnweb.freebsd.org/changeset/ports/343679
QAT: https://qat.redports.org/buildarchive/r343679/
Log:
- Use bsdtar to extract distfile
- Remove white spaces
Modified:
head/x11-toolkits/granite/Makefile
Modified: head/x11-toolkits/granite/Makefile
==============================================================================
--- head/x11-toolkits/granite/Makefile Mon Feb 10 20:22:20 2014 (r343678)
+++ head/x11-toolkits/granite/Makefile Mon Feb 10 20:27:22 2014 (r343679)
@@ -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 at 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>
More information about the svn-ports-all
mailing list