From 8622c0a099fab0a9e857c210a1ef60b5e4240c23 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 20 Jan 1999 01:36:03 +0000 Subject: Change DIST_SUBDIR to ${PKGNAME} so different versions' "current.tar.gz" won't be confused. While I'm here, change WRKSRC to use ${PKGNAME} too. --- devel/vtcl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/vtcl') 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 # -# $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 -- cgit v1.2.3