diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/skill | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) | |
download | ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.tar.gz ports-f9bfad56c5f20f68338e2cd89769300e0d3e42cc.zip |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
Diffstat (limited to 'sysutils/skill')
-rw-r--r-- | sysutils/skill/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index ade985c8962e..2ad9ea3f576e 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: skill -# Version required: 3.7.9 # Date created: 20 Oct 1998 # Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # # $FreeBSD$ # -DISTNAME= skill-3.7@P8 -PKGNAME= skill-3.7.9 +PORTNAME= skill +PORTVERSION= 3.7.9 CATEGORIES= sysutils MASTER_SITES= ftp://fast.cs.utah.edu/pub/skill/ +DISTNAME= ${PORTNAME}-3.7@P8 EXTRACT_SUFX= _tar.Z MAINTAINER= jonny@jonny.eng.br |