aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs20/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-09-01 02:29:51 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-09-01 02:29:51 +0000
commit2621e4186aa1343a9bd0a69772ebed29c605b6d9 (patch)
tree99d84d5ad4b14192a0966715a8626fba697d9587 /editors/emacs20/Makefile
parenta23e3b74d1e90c4c0777c9481298e63a39981e23 (diff)
Notes
Diffstat (limited to 'editors/emacs20/Makefile')
-rw-r--r--editors/emacs20/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index 3f314b31715e..470b35c41cda 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: GNU emacs
-# Version required: 20.2
+# Version required: 20.3
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.30 1997/12/14 14:51:53 jseger Exp $
+# $Id: Makefile,v 1.31 1997/12/17 01:31:17 jseger Exp $
#
-DISTNAME= emacs-20.2
+DISTNAME= emacs-20.3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -14,19 +14,11 @@ MAINTAINER= jseger@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
-STRIP=
+CONFIGURE_ARGS= i386--freebsd --with-x-toolkit --with-pop
+MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
MAN1= emacs.1 etags.1 ctags.1
pre-build:
${RM} -rf ${WRKSRC}/info/*
-post-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
-.for info in ccmode cl dired-x ediff emacs forms gnus message mh-e \
- sc vip viper
- install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
-.endfor
.include <bsd.port.mk>