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/icod/Makefile | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
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/icod/Makefile')
-rw-r--r-- | graphics/icod/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/icod/Makefile b/graphics/icod/Makefile index 1384a418218f..c23847fbabfa 100644 --- a/graphics/icod/Makefile +++ b/graphics/icod/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: icod -# Version required: 1.0 # Date created: 02 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= icod.1.0 -PKGNAME= icod-1.0 +PORTNAME= icod +PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= http://www.linuxberg.com/files/x11/graphics/ +DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= jedgar@fxp.org |