diff options
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r-- | graphics/giram/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index b54b42e..9cdea01 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: giram -# Version required: 0.1.5 # Date created: 17 June 1999 # Whom: Brandon Fosdick <bfoz@glue.umd.edu> # # $FreeBSD$ # -DISTNAME= Giram-0.1.5 -PKGNAME= giram-0.1.5 +PORTNAME= giram +PORTVERSION= 0.1.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.giram.org/pub/ +DISTNAME= Giram-${PORTVERSION} MAINTAINER= bfoz@glue.umd.edu |