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 /archivers/star-devel | |
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 'archivers/star-devel')
-rw-r--r-- | archivers/star-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/star-devel/Makefile b/archivers/star-devel/Makefile index ff4fa0de71c3..e9cd9bc162e6 100644 --- a/archivers/star-devel/Makefile +++ b/archivers/star-devel/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: star -# Version required: 0.0 # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ # -DISTNAME= star-1.2 +PORTNAME= star +PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ \ ${MASTER_SITE_SUNSITE} |