diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/xanim | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
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 |