diff options
author | ats <ats@FreeBSD.org> | 1995-02-25 21:59:40 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-25 21:59:40 +0000 |
commit | 4687b47abdcf22808f3edb8ed103b59b8535e806 (patch) | |
tree | 4667b09a965fab3d7e039fdc669bdbe51aa3dffc /lang/STk | |
parent | e77734f136b77e21e76e47e179ef1a8cffaad865 (diff) | |
download | FreeBSD-ports-4687b47abdcf22808f3edb8ed103b59b8535e806.zip FreeBSD-ports-4687b47abdcf22808f3edb8ed103b59b8535e806.tar.gz |
Delete the patch prefix to get it more uniform with the other ports.
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 dde9c80..53a25a7 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}" |