[SVN-Commit] r1292 - trunk/www/linux-firefox

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Mon Jul 22 01:47:03 UTC 2013


Author: jbeich
Date: Mon Jul 22 01:46:47 2013
New Revision: 1292

Log:
make testing linux-firefox from the repo easier

Modified:
   trunk/www/linux-firefox/Makefile

Modified: trunk/www/linux-firefox/Makefile
==============================================================================
--- trunk/www/linux-firefox/Makefile	Fri Jul 19 21:19:51 2013	(r1291)
+++ trunk/www/linux-firefox/Makefile	Mon Jul 22 01:46:47 2013	(r1292)
@@ -10,7 +10,7 @@
 MAINTAINER=	gecko at FreeBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
 
-EXTRACT_DEPENDS=${NONEXISTENT}:${PORTSDIR}/www/linux-seamonkey:extract
+EXTRACT_DEPENDS=${NONEXISTENT}:${.CURDIR}/../linux-seamonkey:extract
 
 CONFLICTS=	linux-firefox-24.* linux-firefox-1[07].*
 USE_LDCONFIG=	yes
@@ -28,15 +28,15 @@
 post-extract:	replace-gre
 replace-gre:	version-compat-check
 	@${ECHO_MSG} "===>   GRE versions are compatible, replacing with" \
-		"$$(${MAKE} -V PKGNAME -C ${PORTSDIR}/www/linux-seamonkey)"
-	cd $$(${MAKE} -V WRKSRC -C ${PORTSDIR}/www/linux-seamonkey); \
+		"$$(${MAKE} -V PKGNAME -C ${.CURDIR}/../linux-seamonkey)"
+	cd $$(${MAKE} -V WRKSRC -C ${.CURDIR}/../linux-seamonkey); \
 		${CP} lib* dependentlibs.list ${WRKSRC}
 
 version-compat-check:
 	@${ECHO_MSG} "===>  Checking GRE version is compatible with" \
-		"$$(${MAKE} -V PKGNAME -C ${PORTSDIR}/www/linux-seamonkey)"
+		"$$(${MAKE} -V PKGNAME -C ${.CURDIR}/../linux-seamonkey)"
 	@ff_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' ${WRKSRC}/platform.ini); \
-	sm_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' $$(${MAKE} -V WRKSRC -C ${PORTSDIR}/www/linux-seamonkey)/platform.ini); \
+	sm_gre_version=$$(${AWK} -F= '/Milestone/ { print $$2 }' $$(${MAKE} -V WRKSRC -C ${.CURDIR}/../linux-seamonkey)/platform.ini); \
 	if [ $$ff_gre_version != $$sm_gre_version ]; then \
 	    ${ECHO_MSG} "===>   GRE versions aren't compatible, aborting"; \
 	    exit 1; \


More information about the freebsd-gecko mailing list