diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 05:34:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 05:34:59 +0000 |
commit | 02959f4f8d8607a62e8680f74436ce2fa0f7541b (patch) | |
tree | 0a43f557d74cf62bb6571d9ab6627b142bec353b /devel/vtcl | |
parent | e675288329598c3daa03d5cb7c512551359e7338 (diff) | |
download | ports-02959f4f8d8607a62e8680f74436ce2fa0f7541b.tar.gz ports-02959f4f8d8607a62e8680f74436ce2fa0f7541b.zip |
Notes
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 |