summaryrefslogtreecommitdiff
path: root/math/kaskade/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-20 21:33:26 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-20 21:33:26 +0000
commitbd1075b399cb33ea838bd8959a1c1c0bb606dd24 (patch)
tree4e54484391f0be7b1e2dbd5db367073123b39c13 /math/kaskade/Makefile
parentUpdate port to 0.84 (diff)
* Support CXX/CXXFLAGS properly
* Add WWW PR: 17458 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'math/kaskade/Makefile')
-rw-r--r--math/kaskade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile
index 5bcd0ec823c2..39b5d44e4a52 100644
--- a/math/kaskade/Makefile
+++ b/math/kaskade/Makefile
@@ -27,11 +27,11 @@ MAKEFILE= makefile
ALL_TARGET= k6
do-install:
- $(INSTALL_PROGRAM) $(WRKSRC)/k6 $(PREFIX)/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/k6 ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/examples/kaskade
+ @${MKDIR} ${PREFIX}/share/examples/kaskade
${INSTALL_DATA} ${WRKSRC}/*.cmd ${PREFIX}/share/examples/kaskade
${INSTALL_DATA} ${WRKSRC}/*.geo ${PREFIX}/share/examples/kaskade
${INSTALL_DATA} ${WRKSRC}/*.mat ${PREFIX}/share/examples/kaskade