diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 12:56:17 +0800 |
commit | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (patch) | |
tree | 70918f4cedb0a4f811642bffb1bcb275cecd393f /emulators/stonx | |
parent | b63050e9ed523e4a52ef681c03ecbdf827f2ad72 (diff) | |
download | freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.gz freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.tar.zst freebsd-ports-gnome-7d5c65431aad0162dcd5aa917c5d1646dfb02c22.zip |
PORTNAME/VERSION stuff
Diffstat (limited to 'emulators/stonx')
-rw-r--r-- | emulators/stonx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 520b54450a8c..367dbe1282dc 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: STonX -# Version required: 0.6.7 # Date created: 3rd August, 1997 # Whom: Tobias Reifenberger <tr@freebsd.mayn.de> # # $FreeBSD$ # -DISTNAME= STonX-0.6.7-epsilon -PKGNAME= stonx-0.6.7e +PORTNAME= stonx +PORTVERSION= 0.6.7e CATEGORIES= emulators MASTER_SITES= ftp://ftp.complang.tuwien.ac.at/pub/nino/stonx-current/ +DISTNAME= STonX-0.6.7-epsilon MAINTAINER= treif@mayn.de |