diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/STk | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index befe3a70eeba..c8b651eb1ad9 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: STk -# Version required: 3.1 # Date created: 17 Sep 96 # Whom: jmacd@cs.berkeley.edu # # $FreeBSD$ # -DISTNAME= STk-3.1.1 +PORTNAME= STk +PORTVERSION= 3.1.1 CATEGORIES= lang MASTER_SITES= ftp://kaolin.unice.fr/pub/ MAINTAINER= jmacd@FreeBSD.org USE_XLIB= yes -PATCH_STRIP= -p1 +PATCH_STRIP= -p1 GNU_CONFIGURE= yes -MAKE_FLAGS= "prefix=${PREFIX}" -f +MAKE_FLAGS= "prefix=${PREFIX}" -f STK_ARCH!= echo "$$(uname)-$$(uname -r)-$$(uname -m)" PLIST_SUB= STK_VERSION=3.1.1 STK_ARCH=${STK_ARCH} |