diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-21 17:57:38 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-21 17:57:38 +0000 |
| commit | 344fea3a49375c8d553e548128302343b495ff0c (patch) | |
| tree | 0b15a42d6c2b880766b467592f783dbc3ecbaab7 | |
| parent | a147298b4c39511a07704930df14fa72bf944d2d (diff) | |
Define DISTNAME to fix fetch problem.
| -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 |
