diff options
author | asami <asami@FreeBSD.org> | 1998-10-20 03:35:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-20 03:35:07 +0000 |
commit | bc5b239141ea32cec58ea977fbe3492a8039f662 (patch) | |
tree | 712571f260bae9f3bccea30b166bfb18871e3885 /devel/vtcl/Makefile | |
parent | 5a08e52c3c5057c7c7cc9a325a716d65704cbf46 (diff) | |
download | FreeBSD-ports-bc5b239141ea32cec58ea977fbe3492a8039f662.zip FreeBSD-ports-bc5b239141ea32cec58ea977fbe3492a8039f662.tar.gz |
Add DIST_SUBDIR=vtcl -- "current.tar.gz" is not exactly a specific name. :)
Diffstat (limited to 'devel/vtcl/Makefile')
-rw-r--r-- | devel/vtcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index 39a2385..ee49a33 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.10 1998/08/07 23:56:17 asami Exp $ +# $Id: Makefile,v 1.11 1998/10/08 15:20:16 vanilla Exp $ # DISTNAME= current @@ -18,6 +18,7 @@ RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/vtcl NO_BUILD= yes +DIST_SUBDIR= vtcl do-install: @ ${MKDIR} ${PREFIX}/lib/vtcl/images |