diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-22 16:08:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-22 16:08:13 +0800 |
commit | f6090afb3a68250646444bbbaf258b8187fa9500 (patch) | |
tree | 31b1d3142b4696ee658f0c5b3ccf209866270441 /x11-toolkits | |
parent | 668509fd1bc8410884729fb9899c7c77de527d18 (diff) | |
download | freebsd-ports-gnome-f6090afb3a68250646444bbbaf258b8187fa9500.tar.gz freebsd-ports-gnome-f6090afb3a68250646444bbbaf258b8187fa9500.tar.zst freebsd-ports-gnome-f6090afb3a68250646444bbbaf258b8187fa9500.zip |
Fix make extract
Diffstat (limited to 'x11-toolkits')
-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 7294b1927f05..fae526ab19f7 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}" \ |