diff options
author | mellon <mellon@pkgsrc.org> | 1998-09-01 20:04:33 +0000 |
---|---|---|
committer | mellon <mellon@pkgsrc.org> | 1998-09-01 20:04:33 +0000 |
commit | 2cc5f85e4a5c1bd0f9ff4ec4bed24b50a809ccea (patch) | |
tree | b0e733da9d7c2af7b413741ac5932e9e3a460814 /editors/emacs/Makefile | |
parent | cdaa626d1a629be173fb46b3891bf6040998a467 (diff) | |
download | pkgsrc-2cc5f85e4a5c1bd0f9ff4ec4bed24b50a809ccea.tar.gz |
Clean things up a bit. Support arm32. Fix install failures.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 062bf58fe8b..d223c4c74d6 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,24 +1,27 @@ -# $NetBSD: Makefile,v 1.18 1998/08/31 20:29:27 tron Exp $ +# $NetBSD: Makefile,v 1.19 1998/09/01 20:04:33 mellon Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # DISTNAME= emacs-20.3 +WRKSRC= ${WRKDIR}/emacs-20.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= tron@netbsd.org +MAINTAINER= mellon@netbsd.org HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html CONFLICTS= emacs-20.2 GNU_CONFIGURE= yes -#USE_GMAKE= yes +USE_GMAKE= yes CONFIGURE_ARGS+= --with-pop --with-x --with-x-toolkit=lucid OPSYS!= uname -s MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message +INSTALL_PROGRAM= ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} + post-install: ${RM} -f ${PREFIX}/share/emacs/20.3/etc/DOC-20.3.[13-9]* chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs |