diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-25 21:59:40 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-25 21:59:40 +0000 |
commit | 8f1b14fb6822e83fdfab2477306a5ca8f7aa6e6e (patch) | |
tree | 181d597d4ca4f1c772272dd0089ddf29e1e18efa /lang/STk | |
parent | Add some patches to get the install working. The makefiles have called (diff) |
Delete the patch prefix to get it more uniform with the other ports.
Notes
Notes:
svn path=/head/; revision=1039
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index dde9c80528d5..53a25a77600a 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -3,13 +3,12 @@ # Date created: 28 Dec 1994 # Whom: jmacd@uclink.berkeley.edu # -# $Id: Makefile,v 1.1.1.1 1995/01/04 09:54:37 swallace Exp $ +# $Id: Makefile,v 1.2 1995/02/24 10:35:36 jmacd Exp $ # DISTNAME= STk-2.1.6 MASTER_SITES= ftp://kaolin.unice.fr/pub/ GNU_CONFIGURE= yes -PATCH_STRIP= -p1 MAKE_FLAGS= "prefix = ${PREFIX}" |