aboutsummaryrefslogtreecommitdiffstats
path: root/lang/STk/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-11 10:03:47 +0800
committerasami <asami@FreeBSD.org>1998-11-11 10:03:47 +0800
commit8a765af54661aa82db6b51e57b568bccae1cb8fd (patch)
tree52fc43b53134121b5bbe86ce5451428881da6fc6 /lang/STk/Makefile
parent1c701d2399d2f9ec0cb5c61735f80356124f7ad8 (diff)
downloadfreebsd-ports-gnome-8a765af54661aa82db6b51e57b568bccae1cb8fd.tar.gz
freebsd-ports-gnome-8a765af54661aa82db6b51e57b568bccae1cb8fd.tar.zst
freebsd-ports-gnome-8a765af54661aa82db6b51e57b568bccae1cb8fd.zip
Expand lib/stk directory properly. Use PLIST_SUB to encode info.
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)