diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 02:03:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 02:03:47 +0000 |
commit | 1785dc005d7c31dd94ce446e153924096c111638 (patch) | |
tree | 1906c6ce0423346187b96265d8f1c9966810101f /lang/STk/Makefile | |
parent | f27d17983f5765452a50bae02ea57789c0522364 (diff) |
Notes
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r-- | lang/STk/Makefile | 4 |
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) |