diff options
author | asami <asami@FreeBSD.org> | 2000-09-25 20:15:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-25 20:15:20 +0800 |
commit | f0e2ac052b1ec9f9cbe48e32d98f69268ed91474 (patch) | |
tree | 54489fcd108151336c03d3f3bffdfdcaad1ecf87 /www | |
parent | 7e9d1fc931d7698eb4862ed6066e32c886fc4ff3 (diff) | |
download | freebsd-ports-gnome-f0e2ac052b1ec9f9cbe48e32d98f69268ed91474.tar.gz freebsd-ports-gnome-f0e2ac052b1ec9f9cbe48e32d98f69268ed91474.tar.zst freebsd-ports-gnome-f0e2ac052b1ec9f9cbe48e32d98f69268ed91474.zip |
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. :)
Diffstat (limited to 'www')
-rw-r--r-- | www/grail/Makefile | 7 |
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} |