diff options
author | asami <asami@FreeBSD.org> | 1997-06-03 13:34:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-03 13:34:59 +0800 |
commit | 8d523f391e2e15e668373f2bf93834a67e3fa1e0 (patch) | |
tree | a794685106bd05eebc353b9e99a51d5541bff5f6 /devel/vtcl | |
parent | acbf91600a76e6a0617d8852ae444e5e1adfb24c (diff) | |
download | freebsd-ports-gnome-8d523f391e2e15e668373f2bf93834a67e3fa1e0.tar.gz freebsd-ports-gnome-8d523f391e2e15e668373f2bf93834a67e3fa1e0.tar.zst freebsd-ports-gnome-8d523f391e2e15e668373f2bf93834a67e3fa1e0.zip |
"$Id$" line is spelled as such, not "$id$". Reorder variables. Replace
empty do-build with NO_BUILD=yes. Remove mkdir of share/vtcl/images,
the port uses lib/vtcl/images as far as I can tell from the PLIST.
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 8f65d527698b..dbf2c0c3d362 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -3,7 +3,7 @@ # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $id$ +# $Id$ # DISTNAME= vt-1.09 @@ -11,17 +11,17 @@ PKGNAME= vtcl-1.09 CATEGORIES= devel x11 tk42 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ -WRKSRC= ${WRKDIR}/vtcl -BUILD_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 MAINTAINER= vanilla@MinJe.com.TW -do-build: +BUILD_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 + +WRKSRC= ${WRKDIR}/vtcl +NO_BUILD= yes do-install: @ ${MKDIR} ${PREFIX}/lib/vtcl/images @ ${MKDIR} ${PREFIX}/lib/vtcl/lib - @ ${MKDIR} ${PREFIX}/share/vtcl/images @ ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin .for data in ANNOUNCE CHANGES LICENSE README TODO vt.tcl |