svn commit: r362523 - head/x11-toolkits/tix

Antoine Brodin antoine at FreeBSD.org
Tue Jul 22 08:08:14 UTC 2014


Author: antoine
Date: Tue Jul 22 08:08:13 2014
New Revision: 362523
URL: http://svnweb.freebsd.org/changeset/ports/362523
QAT: https://qat.redports.org/buildarchive/r362523/

Log:
  Fix make extract

Modified:
  head/x11-toolkits/tix/Makefile

Modified: head/x11-toolkits/tix/Makefile
==============================================================================
--- head/x11-toolkits/tix/Makefile	Tue Jul 22 07:44:21 2014	(r362522)
+++ head/x11-toolkits/tix/Makefile	Tue Jul 22 08:08:13 2014	(r362523)
@@ -28,9 +28,6 @@ CONFIGURE_ENV=	PREFIX=${PREFIX}
 TIX_LIB=	libTix${PORTVERSION}.so
 TIX_LIB_FILE=	${TIX_LIB}.0
 
-pre-extract:
-	@${MAKE} clean
-
 pre-configure:
 	@(cd ${WRKSRC} && \
 	    CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \


More information about the svn-ports-all mailing list