diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-14 06:53:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-14 06:53:52 +0000 |
commit | 9512978aa7e5f0d85f1f8e5f5887c77abf0785c7 (patch) | |
tree | dc38c116bf17a775b9efb30fee26fbec8fadc812 /math/goblin | |
parent | 70242eb78f9edd53c6c7a1bd1b29759949bc4a37 (diff) |
Notes
Diffstat (limited to 'math/goblin')
-rw-r--r-- | math/goblin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/goblin/Makefile b/math/goblin/Makefile index 2c29ddd35a32..b6ede3336698 100644 --- a/math/goblin/Makefile +++ b/math/goblin/Makefile @@ -9,7 +9,9 @@ PORTNAME= goblin PORTVERSION= 2.6.4 CATEGORIES= misc -MASTER_SITES= http://www.math.uni-augsburg.de/opt/goblin.docs/ +MASTER_SITES= http://www.math.uni-augsburg.de/opt/goblin.docs/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz |