summaryrefslogtreecommitdiff
path: root/editors/emacs-nox11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-25 16:35:32 +0000
committerjlam <jlam@pkgsrc.org>2008-04-25 16:35:32 +0000
commitec4bc1202db8bf8644cc171383c91cba183553b9 (patch)
treed099eb000359bd4bb14b0e9e6797a454732d4bfc /editors/emacs-nox11
parent1d1107a0e7321edf5be3cae1a8a35db88c235317 (diff)
downloadpkgsrc-ec4bc1202db8bf8644cc171383c91cba183553b9.tar.gz
Make emacs and emacs-nox11 look more like xemacs and xemacs-nox11 in
terms of file structure. Also add DESTDIR support.
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r--editors/emacs-nox11/DESCR13
-rw-r--r--editors/emacs-nox11/Makefile13
2 files changed, 8 insertions, 18 deletions
diff --git a/editors/emacs-nox11/DESCR b/editors/emacs-nox11/DESCR
deleted file mode 100644
index 5856e3ec2a2..00000000000
--- a/editors/emacs-nox11/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-GNU Emacs is a self-documenting, customizable, extensible real-time
-display editor.
-
-Users new to Emacs will be able to use basic features fairly rapidly
-by studying the tutorial and using the self-documentation features.
-Emacs also has an extensive interactive manual browser. It is easily
-extensible since its editing commands are written in Lisp.
-
-GNU Emacs's many special packages handle mail reading (RMail) and
-sending (Mail), outline editing (Outline), compiling (Compile),
-running subshells within Emacs windows (Shell), running a Lisp
-read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
-(Doctor :-) and many more.
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index 6c76626f8f3..1bc5d346f8f 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.27 2007/08/13 12:40:57 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2008/04/25 16:35:32 jlam Exp $
-PKGNAME= emacs-nox11-${EMACSVERSION}
-COMMENT_EXTRA= : non-X11 version
+PKGNAME= ${DISTNAME:S/-/-nox11-/}
-CONFLICTS+= emacs-[0-9]*
+FILESDIR= ${.CURDIR}/../../editors/emacs/files
+PATCHDIR= ${.CURDIR}/../../editors/emacs/patches
+PKGDIR= ${.CURDIR}/../../editors/emacs
+
+# Mirror PKG_DESTDIR_SUPPORT setting from emacs/Makefile.
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
-# Forcibly remove any "x11" options.
PKG_OPTIONS.emacs+= -x11 -gtk -motif -xaw
.include "../../editors/emacs/Makefile"