diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
commit | dfee8150a0d59e2499214056965a4abbe8823b22 (patch) | |
tree | c05ef7727106d763a62cf489e2b9fed5e6f14b7d /devel/rinfo | |
parent | db4f96b2f156a133d0b5b6984174429e242cd3c4 (diff) | |
download | ports-dfee8150a0d59e2499214056965a4abbe8823b22.tar.gz ports-dfee8150a0d59e2499214056965a4abbe8823b22.zip |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27505
Diffstat (limited to 'devel/rinfo')
-rw-r--r-- | devel/rinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rinfo/Makefile b/devel/rinfo/Makefile index 46e05a882e6f..7a63e3bf9a4b 100644 --- a/devel/rinfo/Makefile +++ b/devel/rinfo/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rinfo -# Version required: 1.2 # Date created: 23th March 1998 # Whom: Mark Chapman <markc@ctgi.net> # # $FreeBSD$ # -DISTNAME= rinfo-1.2 +PORTNAME= rinfo +PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= ftp://www.ctgi.net/pub/ctgi/ |