summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-25 12:15:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-25 12:15:20 +0000
commit016268dfb5cf0e82b8cf522bc11c60b30fb57175 (patch)
tree0dc9d3b5496d6778662bc5ed882fa3587a9d6159 /www
parentUpdate to 0.9.6.3. (diff)
Change PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. While
I'm here, define DISTFILES instead of all three of DISTNAME, EXTRACT_SUFX and wrksrc. (Actually I was here to fix the latter when I stumbled upon the former, but who's counting. :)
Notes
Notes: svn path=/head/; revision=33100
Diffstat (limited to 'www')
-rw-r--r--www/grail/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile
index 4ce121a1769a..3769a26acc36 100644
--- a/www/grail/Makefile
+++ b/www/grail/Makefile
@@ -9,15 +9,12 @@ PORTNAME= grail
PORTVERSION= 0.6
CATEGORIES= www python
MASTER_SITES= http://grail.cnri.reston.va.us/grail/source/
-DISTNAME= ${PORTNAME}-06
-EXTRACT_SUFX= .tgz
+DISTFILES= ${PORTNAME}-06.tgz
MAINTAINER= nectar@freebsd.org
USE_PYTHON= yes
-RUN_DEPENDS= ${PYTHON_LIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
-
-WRKSRC= ${WRKDIR}/${PKGNAME}
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
GRAILSUBDIR= share/grail
GRAILDIR= ${PREFIX}/${GRAILSUBDIR}