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/Sather | |
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/Sather')
-rw-r--r-- | lang/Sather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 666bbcd30ba5..138134c1ae3a 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 # Ports collection makefile for: Sather -# Version required: 0.0 # Date created: Mon Oct 31 22:04:12 PST 1994 # Whom: hsu # # $FreeBSD$ # -DISTNAME= sather-1.2.1 +PORTNAME= sather +PORTVERSION= 1.2.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= sather |