aboutsummaryrefslogtreecommitdiffstats
path: root/lang/STk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r--lang/STk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 213d5ba4ddfb..c2c4528dabdb 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Sep 96
# Whom: jmacd@cs.berkeley.edu
#
-# $Id: Makefile,v 1.14 1998/03/08 01:39:21 jmacd Exp $
+# $Id: Makefile,v 1.15 1998/10/13 23:09:20 jseger Exp $
#
DISTNAME= STk-3.1.1
@@ -17,6 +17,8 @@ BROKEN_ELF= yes
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
MAKE_FLAGS= "prefix=${PREFIX}" -f
+STK_ARCH!= echo "$$(uname)-$$(uname -r)-$$(uname -m)"
+PLIST_SUB= STK_VERSION=3.1.1 STK_ARCH=${STK_ARCH}
post-install:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)