diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 14:21:15 +0800 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/forth | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst freebsd-ports-gnome-279d0c568395b4252ea7d025ef414367c67379c0.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index cc9b6b3bca65..f183fe1997c4 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pfe -# Version required: 0.9.14 # Date created: 23 November 1994 # Whom: mr # # $FreeBSD$ # -DISTNAME= pfe-0.9.14 +PORTNAME= pfe +PORTVERSION= 0.9.14 CATEGORIES= lang MASTER_SITES= ftp://ftp.taygeta.com/pub/Forth/Compilers/native/unix/ |