diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-22 08:08:13 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-22 08:08:13 +0000 |
commit | f6090afb3a68250646444bbbaf258b8187fa9500 (patch) | |
tree | 31b1d3142b4696ee658f0c5b3ccf209866270441 | |
parent | 668509fd1bc8410884729fb9899c7c77de527d18 (diff) | |
download | FreeBSD-ports-f6090afb3a68250646444bbbaf258b8187fa9500.zip FreeBSD-ports-f6090afb3a68250646444bbbaf258b8187fa9500.tar.gz |
Fix make extract
-rw-r--r-- | x11-toolkits/tix/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 7294b19..fae526a 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -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}" \ |