summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarino <marino>2011-12-13 06:20:16 +0000
committermarino <marino>2011-12-13 06:20:16 +0000
commita4ef9da95b620131df34c26bcd2d4092765b7e2c (patch)
treeba370357bba1e1ee32099a4a7cbb1adf76b38ecb /editors
parentdc4fe1bebc3b6a29a2e7e7eff1e7e9099c028681 (diff)
downloadpkgsrc-a4ef9da95b620131df34c26bcd2d4092765b7e2c.tar.gz
editors/emacs-nox11: Revert previous
emacs-nox11 doesn't use and can't use emacs.desktop, so there is no need to modify the file (which shouldn't even be installed). This modification could go on the editors/emacs port though, conditionally on without x11.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-nox11/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index 1aac32d90b3..383f6a2a50b 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2011/12/11 21:02:29 marino Exp $
+# $NetBSD: Makefile,v 1.33 2011/12/13 06:20:16 marino Exp $
PKGNAME= ${DISTNAME:S/-/-nox11-/}
@@ -15,11 +15,4 @@ CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \
--without-gif --without-jpeg --without-png \
--without-tiff --without-xpm
-## Update emacs.desktop to launch emacs-nox11 in Terminal
-SUBST_CLASSES+= term
-SUBST_STAGE.term= post-patch
-SUBST_MESSAGE.term= Enabling desktop launch in Terminal
-SUBST_FILES.term= etc/emacs.desktop
-SUBST_SED.term= -e 's,^Terminal=.*,Terminal=true,'
-
.include "../../mk/bsd.pkg.mk"