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 | |
parent | 9199963efba48bc35dcfc3d6f95b2275d12d412b (diff) | |
download | ports-db766b507db0196ae0fa932b287c651c8c9b676f.tar.gz ports-db766b507db0196ae0fa932b287c651c8c9b676f.zip |
Notes
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 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> |