From 7600ae86ccb5ca083fb1f3ce168cb70c90535c35 Mon Sep 17 00:00:00 2001 From: jmz Date: Fri, 6 Jul 2007 10:38:56 +0000 Subject: Do a `make clean' before the extract target. PR: ports/97053 --- x11-toolkits/tix/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index f0dafb9fcb7..39a32badfab 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -7,7 +7,7 @@ PORTNAME= tix PORTVERSION= 8.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits tk84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tix @@ -58,6 +58,9 @@ TCLWRK!= ( cd ${PORTSDIR}/${TCL84_PORT} && make -V WRKDIR ) TKBASE!= ( cd ${PORTSDIR}/${TK84_PORT} && make -V TKBASE ) TKWRK!= ( cd ${PORTSDIR}/${TK84_PORT} && make -V WRKDIR ) +pre-extract: + @${MAKE} clean + pre-configure: @(cd ${WRKSRC}/.. && \ CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \ -- cgit