diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 21:50:58 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 21:50:58 +0000 |
commit | db766b507db0196ae0fa932b287c651c8c9b676f (patch) | |
tree | b10ff58a26e800719afc8a6d07b9bd58af86a3d0 /editors/jove/Makefile | |
parent | Add a patch file to generate a correct Makefile for jove and comment (diff) |
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/Makefile')
-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 7e74f6129154..171564ff7274 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> |