diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
commit | 5e5841f2cd18d6e51ddddeb117432410a7d22614 (patch) | |
tree | ff3848099747774e69f3bda4d04dd29927deb93b /devel/tclcl | |
parent | Change PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. While (diff) |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
Notes
Notes:
svn path=/head/; revision=33101
Diffstat (limited to 'devel/tclcl')
-rw-r--r-- | devel/tclcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 0f9e832a7ece..1bc510cda01e 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -9,15 +9,13 @@ PORTNAME= tclcl PORTVERSION= 1.0b9 CATEGORIES= devel MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ -DISTNAME= tclcl-src-1.0b9 +DISTFILES= tclcl-src-${PORTVERSION}.tar.gz MAINTAINER= obonilla@fisicc-ufm.edu LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ otcl.1:${PORTSDIR}/lang/otcl -WRKSRC= ${WRKDIR}/${PKGNAME} - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 |