summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-10-03 09:22:28 +0000
committernia <nia@pkgsrc.org>2021-10-03 09:22:28 +0000
commit2ba54867df030120dfa9a0cb1e2124469969300f (patch)
tree42e4a9ea3d891af0f79c03196f9a6665c36eff70 /editors
parenta3441fc48839c5e89bd02c60dc206dd4167542dc (diff)
downloadpkgsrc-2ba54867df030120dfa9a0cb1e2124469969300f.tar.gz
xemacs: Adjust inclusion order so MKPIE is properly honored
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/Makefile6
-rw-r--r--editors/xemacs/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index c8a04da9de8..1d4e86137cc 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.109 2021/05/24 19:52:09 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2021/10/03 09:22:28 nia Exp $
PKGNAME= ${DISTNAME}
PKGREVISION= 17
COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV}
+.include "Makefile.common"
+
# extra options for x11 support, not for sharing with xemacs-current-nox11
PKG_SUPPORTED_OPTIONS+= x11 xft xface
PKG_SUGGESTED_OPTIONS+= x11
@@ -20,7 +22,5 @@ SUBST_FILES.desktop-file= etc/xemacs.desktop
INSTALLATION_DIRS+= share/applications
-.include "Makefile.common"
-
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index ac6798263f1..5c985329fe7 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.135 2021/05/24 19:52:08 wiz Exp $
+# $NetBSD: Makefile,v 1.136 2021/10/03 09:22:28 nia Exp $
PKGNAME= ${DISTNAME}
PKGREVISION= 17
COMMENT= XEmacs text editor version 21.4
+.include "Makefile.common"
+
# extra options for x11 support, not for sharing with xemacs-current-nox11
PKG_SUPPORTED_OPTIONS+= x11 xface
PKG_SUGGESTED_OPTIONS+= x11
@@ -18,7 +20,5 @@ SUBST_FILES.desktop-file= etc/xemacs.desktop
INSTALLATION_DIRS+= share/applications
-.include "Makefile.common"
-
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"