diff options
Diffstat (limited to 'editors/jove/Makefile')
-rw-r--r-- | editors/jove/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index a992609aa33..14fff94a143 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -1,14 +1,18 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:44:36 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/22 14:10:14 jmmv Exp $ # -DISTNAME= jove-4.16 -WRKSRC= ${WRKDIR}/jove +DISTNAME= jove4.16.0.63 +PKGNAME= ${DISTNAME:S/jove/jove-/} CATEGORIES= editors -MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/ +MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/hugh/jove-dev/ +EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org COMMENT= Small emacs-style editor, but lacks the LISP engine NO_CONFIGURE= yes +MAKE_ENV+= ROOT_GROUP="${ROOT_GROUP}" +MAKE_ENV+= ROOT_USER="${ROOT_USER}" + .include "../../mk/bsd.pkg.mk" |