diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:33:32 +0000 |
commit | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (patch) | |
tree | eee7e5be212d0b1a2952b7a34e90d9ce79ef1494 /news/diablo | |
parent | 6c90316493485779473db27c46fc143d72ca8a86 (diff) | |
download | FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.zip FreeBSD-ports-a1931f5282c2b9def20d1e9549d5eaa664f1bcdc.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'news/diablo')
-rw-r--r-- | news/diablo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile index a9803c5..7250ce3 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: diablo -# Version required: 1.10 # Date created: June 2nd 1997 # Whom: jfitz # # $FreeBSD$ # -DISTNAME= diablo-1.15-rel -PKGNAME= diablo-1.15 +PORTNAME= diablo +PORTVERSION= 1.15 CATEGORIES= news MASTER_SITES= http://www.backplane.com/diablo/ +DISTNAME= ${PKGNAME}-rel EXTRACT_SUFX= .tgz MAINTAINER= jfitz@FreeBSD.org |