diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /mbone/vic | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index e805190a0f59..40bf0d0c5348 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -36,7 +36,7 @@ pre-patch: 's|malloc.h|stdlib.h|' post-install: - strip ${PREFIX}/bin/vic - strip ${PREFIX}/bin/histtolut + ${STRIP_CMD} ${PREFIX}/bin/vic + ${STRIP_CMD} ${PREFIX}/bin/histtolut .include <bsd.port.mk> |