pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors xemacs: Adjust inclusion order so MKPIE is pro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73a08f1a3736
branches:  trunk
changeset: 459306:73a08f1a3736
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 03 09:22:28 2021 +0000

description:
xemacs: Adjust inclusion order so MKPIE is properly honored

diffstat:

 editors/xemacs-current/Makefile |  6 +++---
 editors/xemacs/Makefile         |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r ca6adacbd34c -r 73a08f1a3736 editors/xemacs-current/Makefile
--- a/editors/xemacs-current/Makefile   Sun Oct 03 07:13:15 2021 +0000
+++ b/editors/xemacs-current/Makefile   Sun Oct 03 09:22:28 2021 +0000
@@ -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 @@
 
 INSTALLATION_DIRS+=            share/applications
 
-.include "Makefile.common"
-
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ca6adacbd34c -r 73a08f1a3736 editors/xemacs/Makefile
--- a/editors/xemacs/Makefile   Sun Oct 03 07:13:15 2021 +0000
+++ b/editors/xemacs/Makefile   Sun Oct 03 09:22:28 2021 +0000
@@ -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 @@
 
 INSTALLATION_DIRS+=            share/applications
 
-.include "Makefile.common"
-
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index