diff options
author | jmz <jmz@FreeBSD.org> | 2007-07-06 10:38:56 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2007-07-06 10:38:56 +0000 |
commit | 7600ae86ccb5ca083fb1f3ce168cb70c90535c35 (patch) | |
tree | 4822d01d399a36fe678f50ce75865d951fd13bcf /x11-toolkits | |
parent | b32c6a522343c8947f7b881f33a809202169eba4 (diff) | |
download | FreeBSD-ports-7600ae86ccb5ca083fb1f3ce168cb70c90535c35.zip FreeBSD-ports-7600ae86ccb5ca083fb1f3ce168cb70c90535c35.tar.gz |
Do a `make clean' before the extract target.
PR: ports/97053
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tix/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index f0dafb9..39a32ba 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}" \ |