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/ruby16 | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | freebsd-ports-graphics-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz freebsd-ports-graphics-279d0c568395b4252ea7d025ef414367c67379c0.tar.zst freebsd-ports-graphics-279d0c568395b4252ea7d025ef414367c67379c0.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 6b555d0e88c..7450b76e10a 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.4.3 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> # # $FreeBSD$ # -DISTNAME= ruby-1.4.3 +PORTNAME= ruby +PORTVERSION= 1.4.3 CATEGORIES= lang ipv6 MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ |