svn commit: r350690 - head/www/seamonkey-i18n

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 9 12:38:46 UTC 2014


Author: bapt
Date: Wed Apr  9 12:38:45 2014
New Revision: 350690
URL: http://svnweb.freebsd.org/changeset/ports/350690
QAT: https://qat.redports.org/buildarchive/r350690/

Log:
  Remove useless pre-configure target

Modified:
  head/www/seamonkey-i18n/Makefile

Modified: head/www/seamonkey-i18n/Makefile
==============================================================================
--- head/www/seamonkey-i18n/Makefile	Wed Apr  9 12:37:53 2014	(r350689)
+++ head/www/seamonkey-i18n/Makefile	Wed Apr  9 12:38:45 2014	(r350690)
@@ -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}


More information about the svn-ports-all mailing list