diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-20 01:36:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-20 01:36:03 +0000 |
commit | 8622c0a099fab0a9e857c210a1ef60b5e4240c23 (patch) | |
tree | 64d46ef9e558149ef651f63ab5a22d0dfbc6b18d /devel/vtcl | |
parent | a8a2de0503aa159193940a58d1e71437e03c6062 (diff) | |
download | ports-8622c0a099fab0a9e857c210a1ef60b5e4240c23.tar.gz ports-8622c0a099fab0a9e857c210a1ef60b5e4240c23.zip |
Notes
Diffstat (limited to 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 0b699c9f0e0a..1631d345d2c6 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: Makefile,v 1.12 1998/10/20 03:35:03 asami Exp $ +# $Id: Makefile,v 1.13 1998/12/09 10:43:09 vanilla Exp $ # DISTNAME= current @@ -16,9 +16,9 @@ MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -WRKSRC= ${WRKDIR}/vtcl-1.2.0 +WRKSRC= ${WRKDIR}/${PKGNAME} NO_BUILD= yes -DIST_SUBDIR= vtcl +DIST_SUBDIR= ${PKGNAME} do-install: @ ${MKDIR} ${PREFIX}/lib/vtcl/images |