diff options
author | will <will@FreeBSD.org> | 2001-06-11 11:32:17 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-06-11 11:32:17 +0800 |
commit | a1f7525eca7c1fce3854c6cede381ad2324ef0c5 (patch) | |
tree | dd8c0a75dda242350cea6120c85a8130f538c235 /graphics/vterrain-sdk | |
parent | bb7ffab77554af0aee010b9ce884f4b6886e9788 (diff) | |
download | freebsd-ports-gnome-a1f7525eca7c1fce3854c6cede381ad2324ef0c5.tar.gz freebsd-ports-gnome-a1f7525eca7c1fce3854c6cede381ad2324ef0c5.tar.zst freebsd-ports-gnome-a1f7525eca7c1fce3854c6cede381ad2324ef0c5.zip |
Repeat after me: always test your changes even if you're really sure of
what you're doing.
Diffstat (limited to 'graphics/vterrain-sdk')
-rw-r--r-- | graphics/vterrain-sdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vterrain-sdk/Makefile b/graphics/vterrain-sdk/Makefile index 675cc9fac36d..c471b3e84477 100644 --- a/graphics/vterrain-sdk/Makefile +++ b/graphics/vterrain-sdk/Makefile @@ -32,7 +32,7 @@ INSTALLS_SHLIB= yes post-extract: cd ${WRKSRC}/vtdata && \ - ${UNZIP} -aj ${DISTDIR}/dir_it.zip boost/directory.h src/directory.cpp + unzip -aj ${DISTDIR}/dir_it.zip boost/directory.h src/directory.cpp do-install: ${INSTALL_DATA} ${WRKSRC}/vtdata/libvtdata.so ${PREFIX}/lib/libvtdata.so.1 |