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/gcombust/Makefile | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variable
Notes
Notes:
svn path=/head/; revision=27427
Diffstat (limited to '')
-rw-r--r-- | sysutils/gcombust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 4d45e534a2b3..bf23701e7583 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gcombust -# Version required: 0.1.28 # Date created: Tue Jun 22 21:17:03 MET DST 1999 # Whom: Juergen Lock <nox@jelal.kn-bremen.de> # # $FreeBSD$ # -DISTNAME= gcombust-0.1.28 +PORTNAME= gcombust +PORTVERSION= 0.1.28 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ |