diff options
author | marino <marino@pkgsrc.org> | 2011-12-13 06:20:16 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-13 06:20:16 +0000 |
commit | e2ff36ee5d81eb93bb02042e519c6d1cb26e80be (patch) | |
tree | ba370357bba1e1ee32099a4a7cbb1adf76b38ecb /editors | |
parent | b02e48796d0e47307478fdc3c84e028f15136e89 (diff) | |
download | pkgsrc-e2ff36ee5d81eb93bb02042e519c6d1cb26e80be.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/Makefile | 9 |
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" |