diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:33:32 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:33:32 +0800 |
commit | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (patch) | |
tree | eee7e5be212d0b1a2952b7a34e90d9ce79ef1494 /news/slrn | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.zst freebsd-ports-gnome-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 2345af5f9583..dc6dcedbd2be 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: slrn -# Version required: 0.9.6.2 # Date created: 28 March 1997 # Whom: Carey Jones <mcj@acquiesce.org> # # $FreeBSD$ # -DISTNAME= slrn-0.9.6.2 +PORTNAME= slrn +PORTVERSION= 0.9.6.2 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ |