From 016268dfb5cf0e82b8cf522bc11c60b30fb57175 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 25 Sep 2000 12:15:20 +0000 Subject: 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. :) --- www/grail/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www/grail') 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} -- cgit v1.2.3