summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormagick <magick>2002-03-29 14:48:23 +0000
committermagick <magick>2002-03-29 14:48:23 +0000
commit71060e99ea2c20ce7e62073a2c6d4c0cd37a54ed (patch)
treedb98255cdf1b1e430abf8efc4d9ce147ea7b3276 /editors
parent8b829a3cea16e206741025ae3a1d58539180aa67 (diff)
downloadpkgsrc-71060e99ea2c20ce7e62073a2c6d4c0cd37a54ed.tar.gz
Note how to configure xemacs when installed for the first time.
Pointed out by mpasternak@lublin.t1.pl in private mail.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/MESSAGE7
-rw-r--r--editors/xemacs-current/Makefile5
-rw-r--r--editors/xemacs/MESSAGE7
-rw-r--r--editors/xemacs/Makefile3
4 files changed, 19 insertions, 3 deletions
diff --git a/editors/xemacs-current/MESSAGE b/editors/xemacs-current/MESSAGE
new file mode 100644
index 00000000000..2fe999c478a
--- /dev/null
+++ b/editors/xemacs-current/MESSAGE
@@ -0,0 +1,7 @@
+==========================================================================
+
+Copy ${PREFIX}/lib/${EMACSVER}/etc/sample.init.el to ~/.xemacs/init.el.
+You need to install xemacs-package for a basic set of
+support packages.
+
+==========================================================================
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index f794b407bf1..654325298ef 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/03/29 11:02:43 magick Exp $
+# $NetBSD: Makefile,v 1.4 2002/03/29 14:54:48 magick Exp $
DISTNAME= xemacs-21.5.5
CATEGORIES= editors
@@ -16,7 +16,8 @@ USE_X11= YES
USE_BUILDLINK_ONLY= YES
HAS_CONFIGURE= YES
-PLIST_SUBST= EMACSVER=xemacs-21.5-b5
+PLIST_SUBST+= EMACSVER=xemacs-21.5-b5
+MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b5
.include "../../mk/bsd.prefs.mk"
diff --git a/editors/xemacs/MESSAGE b/editors/xemacs/MESSAGE
new file mode 100644
index 00000000000..00903d31352
--- /dev/null
+++ b/editors/xemacs/MESSAGE
@@ -0,0 +1,7 @@
+==========================================================================
+
+Copy ${PREFIX}/lib/${DISTNAME}/etc/sample.init.el to ~/.xemacs/init.el.
+You need to install xemacs-package for a basic set of
+support packages.
+
+==========================================================================
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 446d3a1f217..9013cf13d82 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2002/03/29 11:02:42 magick Exp $
+# $NetBSD: Makefile,v 1.46 2002/03/29 14:48:23 magick Exp $
DISTNAME= xemacs-21.1.14
PKGREVISION= 2
@@ -31,6 +31,7 @@ DIST_SUBDIR= xemacs
EXTRA_FILES= ${DISTNAME}-elc.tar.gz ${DISTNAME}-info.tar.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PLIST_SUBST+= DISTNAME="${DISTNAME}"
+MESSAGE_SUBST+= DISTNAME="${DISTNAME}"
.include "../../mk/bsd.prefs.mk"