summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r--editors/xemacs-current/Makefile3
-rw-r--r--editors/xemacs-current/distinfo4
-rw-r--r--editors/xemacs-current/patches/patch-aa6
3 files changed, 6 insertions, 7 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 23c2188019b..55231cf4532 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/01/18 05:45:42 uebayasi Exp $
+# $NetBSD: Makefile,v 1.15 2003/01/19 06:52:55 salo Exp $
DISTNAME= xemacs-21.5.10
CATEGORIES= editors
@@ -82,7 +82,6 @@ CONFIGURE_ARGS+= --site-includes=${PREFIX}/include:${WRKDIR}
CONFIGURE_ARGS+= --site-libraries=${PREFIX}/lib
CFLAGS+= -Dunix
-MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}"
post-patch:
@${RM} -f ${WRKSRC}/etc/ctags.1.orig
diff --git a/editors/xemacs-current/distinfo b/editors/xemacs-current/distinfo
index a160a14ee9a..26ea3bb6c09 100644
--- a/editors/xemacs-current/distinfo
+++ b/editors/xemacs-current/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2003/01/18 05:45:42 uebayasi Exp $
+$NetBSD: distinfo,v 1.4 2003/01/19 06:52:56 salo Exp $
SHA1 (xemacs-21.5.10.tar.gz) = 429818840413950366af1552e687db565cb4bb30
Size (xemacs-21.5.10.tar.gz) = 12748210 bytes
-SHA1 (patch-aa) = 4966a5bda4456976cdc1b05eb5c6bb5cf4f41250
+SHA1 (patch-aa) = 48f0b47ff872338587b3118075e10413febf2639
SHA1 (patch-ab) = 62a968f19d1b2b9efc5f8c3cf3e612f6a1dc7df2
SHA1 (patch-ac) = 1ffaa2c5c425de6abd8f76d262762d21d8c7d0af
SHA1 (patch-ad) = 14c5e0f31801648fbdb7f96e5d26cb505a59b741
diff --git a/editors/xemacs-current/patches/patch-aa b/editors/xemacs-current/patches/patch-aa
index b3101332688..09cb1aefaf1 100644
--- a/editors/xemacs-current/patches/patch-aa
+++ b/editors/xemacs-current/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2003/01/18 05:45:43 uebayasi Exp $
+$NetBSD: patch-aa,v 1.3 2003/01/19 06:52:56 salo Exp $
--- Makefile.in.in.orig Sat Jan 18 12:23:29 2003
+++ Makefile.in.in
@@ -10,9 +10,9 @@ $NetBSD: patch-aa,v 1.2 2003/01/18 05:45:43 uebayasi Exp $
- chmod 0644 ${mandir}/$${page}${manext} ; \
+ if [ $${page} = etags ] || [ $${page} = ctags ] ; \
+ then \
-+ ${INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/xemacs-$${page}${manext} ; \
++ ${BSD_INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/xemacs-$${page}${manext} ; \
+ else \
-+ ${INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
++ ${BSD_INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
+ fi \
done
@echo "If you would like to save approximately 2M of disk space, do"