diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 05:25:03 +0800 |
commit | ff937aa62d305b29ccf01992d537477ef5b3b89d (patch) | |
tree | f98bc25189c565f4f50629e09fc058725b4c78f2 /audio/xhippo/Makefile | |
parent | a2d195d5e98a9e6595f29b11d8cba58b9bf38910 (diff) | |
download | freebsd-ports-graphics-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.gz freebsd-ports-graphics-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.zst freebsd-ports-graphics-ff937aa62d305b29ccf01992d537477ef5b3b89d.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/xhippo/Makefile')
-rw-r--r-- | audio/xhippo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 92a7b0f4f18..cc5682b4357 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xhippo -# Version required: 2.1 # Date created: 16 March 1999 # Whom: Rod Taylor <rod@zort.on.ca> # # $FreeBSD$ # -DISTNAME= xhippo-2.1 +PORTNAME= xhippo +PORTVERSION= 2.1 CATEGORIES= audio MASTER_SITES= http://zenchaos.netpedia.net/software/ |