diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/Hermes | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) | |
download | ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.tar.gz ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.zip |
PORTNAME / PORTVERSION syntax conversion
Notes
Notes:
svn path=/head/; revision=27470
Diffstat (limited to 'graphics/Hermes')
-rw-r--r-- | graphics/Hermes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index c67a26268b12..daa4a81622d6 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Hermes -# Version required: 1.2.5 # Date created: 29 April 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= Hermes-1.2.5 +PORTNAME= Hermes +PORTVERSION= 1.2.5 CATEGORIES= graphics MASTER_SITES= http://hermes.terminal.at/files/ |