diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-09-24 13:41:14 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-09-24 13:41:14 +0000 |
commit | 1b424cf434c7d6bd20e4b4d25e182df2744eccdf (patch) | |
tree | ac1754deea0ca6d3b411cf043a0baaa4a08c3165 /editors/jove/Makefile | |
parent | Remove spurious ;'s. (diff) |
upgrade to 4.16 (non-beta)
move:
sharedir: lib => share
libdir: lib => libexec (houses portsrv and recover only)
tmpdir: /usr/tmp => /var/tmp (the former doesn't usually exist)
Diffstat (limited to 'editors/jove/Makefile')
-rw-r--r-- | editors/jove/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 94596b8bb662..1dab8f87ea83 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,15 +3,14 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.10 1995/04/01 12:44:47 jkh Exp $ +# $Id: Makefile,v 1.11 1995/04/09 06:11:10 asami Exp $ # -DISTNAME= jove-4.16beta -PKGNAME= jove-4.16b +DISTNAME= jove-4.16 CATEGORIES+= editors MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ EXTRACT_SUFX= .tar.gz -WRKSRC= ${WRKDIR}/jove-4.16beta +WRKSRC= ${WRKDIR}/jove .include <bsd.port.mk> |