diff options
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 |