diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/librep2 | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/librep2')
-rw-r--r-- | lang/librep2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/librep2/Makefile b/lang/librep2/Makefile index cfc331e50845..46357db9493a 100644 --- a/lang/librep2/Makefile +++ b/lang/librep2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: librep -# Version required: 0.11.1 # Date created: 13 September 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= librep-0.11.1 +PORTNAME= librep +PORTVERSION= 0.11.1 CATEGORIES= lang MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/ |