mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Do a `make clean' before the extract target.
PR: ports/97053
This commit is contained in:
parent
9cd0314853
commit
353f1bc4b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195082
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user