diff options
author | ats <ats@FreeBSD.org> | 1994-11-20 21:50:58 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-20 21:50:58 +0000 |
commit | 3bc30aaf287f2f84f7582985380ac22a7ec36384 (patch) | |
tree | 4e6c284ef6b3d76bf3984e37b40eaa8d83618b13 /editors/jove | |
parent | c8fad0244d27a580f48e49b5297c92016e0c9d2a (diff) | |
download | FreeBSD-ports-3bc30aaf287f2f84f7582985380ac22a7ec36384.zip FreeBSD-ports-3bc30aaf287f2f84f7582985380ac22a7ec36384.tar.gz |
The jove tar file that came from the master site doesn't have a subdir
in it, so use the NO_WRKSUBDIR makro for it.
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 7e74f61..171564f 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,11 +3,12 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1994/11/11 00:49:03 gpalmer Exp $ +# $Id: Makefile,v 1.6 1994/11/15 00:22:29 gpalmer Exp $ # DISTNAME= jove4.14.10 MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ EXTRACT_SUFX= .tar.Z +NO_WRKSUBDIR= yes .include <bsd.port.mk> |