diff options
Diffstat (limited to 'devel/vtcl/Makefile')
-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 |