diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
commit | a8c06149e5158eafa30980b35685f740cdec1af3 (patch) | |
tree | 68c9fd7effa302b4cf99ebe21b0ddeef139a874e /graphics/xanim | |
parent | e1fa988021605b6f3e83056e005e6e5e549b9a94 (diff) | |
download | freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.gz freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.zst freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.zip |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/xanim')
-rw-r--r-- | graphics/xanim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xanim/Makefile b/graphics/xanim/Makefile index cc5b539d81ef..ec6d02947b3a 100644 --- a/graphics/xanim/Makefile +++ b/graphics/xanim/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xanim -# Version required: 2.80.1 # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: piero # # $FreeBSD$ # -DISTNAME= xanim2801 -PKGNAME= xanim-2.80.1 +PORTNAME= xanim +PORTVERSION= 2.80.1 CATEGORIES= graphics MASTER_SITES= ftp://xanim.va.pubnix.com/ \ ftp://xanim.va.pubnix.com/dlls/ +DISTNAME= xanim2801 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} MAINTAINER= ports@FreeBSD.org |