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/hobbes-icons-xpm | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes:
svn path=/head/; revision=27514
Diffstat (limited to 'graphics/hobbes-icons-xpm')
-rw-r--r-- | graphics/hobbes-icons-xpm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index f2eff4d5027e..48b480c7990f 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: hobbes-icons-xpm3 -# Version required: 1.0 # Date created: 19 October 1996 # Whom: pgs # # $FreeBSD$ # -DISTNAME= hobbes-icons-xpm3 -PKGNAME= hobbes-icons-xpm3-1.0 +PORTNAME= hobbes-icons-xpm3 +PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +DISTNAME= ${PORTNAME} MAINTAINER= giffunip@asme.org |