Date: Wed, 9 Apr 2014 12:35:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350687 - head/www/firefox-i18n Message-ID: <201404091235.s39CZ2wF023914@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Apr 9 12:35:01 2014 New Revision: 350687 URL: http://svnweb.freebsd.org/changeset/ports/350687 QAT: https://qat.redports.org/buildarchive/r350687/ Log: Remove useless pre-configure target Modified: head/www/firefox-i18n/Makefile Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Wed Apr 9 12:29:22 2014 (r350686) +++ head/www/firefox-i18n/Makefile Wed Apr 9 12:35:01 2014 (r350687) @@ -64,10 +64,6 @@ do-extract: ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} ${CAT} ${PLISTD} | ${SORT} -r >> ${PLIST} -.if !exists(${OPTIONSFILE}) && !defined(PACKAGE_BUILDING) -pre-configure: config -.endif - do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${STAGEDIR}${XPI_SLDIRS_ALL} cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${XPI_LIBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404091235.s39CZ2wF023914>