diff options
author | asami <asami@FreeBSD.org> | 2000-07-22 01:57:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-07-22 01:57:38 +0800 |
commit | 21b12a55fe8950e5cd682eeae7a3fad4a4900ba7 (patch) | |
tree | 6564cce57fcf6d4fd5aee01bc3e1233d0a63e3e0 /graphics/gridpix | |
parent | 2c805083cf77f6902a5680fba3528fa1d9bd797d (diff) | |
download | freebsd-ports-gnome-21b12a55fe8950e5cd682eeae7a3fad4a4900ba7.tar.gz freebsd-ports-gnome-21b12a55fe8950e5cd682eeae7a3fad4a4900ba7.tar.zst freebsd-ports-gnome-21b12a55fe8950e5cd682eeae7a3fad4a4900ba7.zip |
Define DISTNAME to fix fetch problem.
Diffstat (limited to 'graphics/gridpix')
-rw-r--r-- | graphics/gridpix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gridpix/Makefile b/graphics/gridpix/Makefile index 9bba70bd40e5..ae631ebd2694 100644 --- a/graphics/gridpix/Makefile +++ b/graphics/gridpix/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 2.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asami/GridPix +DISTNAME= GridPix-${PORTVERSION} MAINTAINER= asami@FreeBSD.org |