pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs25



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 27 13:43:01 UTC 2017

Modified Files:
        pkgsrc/editors/emacs25: Makefile.common

Log Message:
Add PRINT_PLIST_AWK for easier updates.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs25/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs25/Makefile.common
diff -u pkgsrc/editors/emacs25/Makefile.common:1.2 pkgsrc/editors/emacs25/Makefile.common:1.3
--- pkgsrc/editors/emacs25/Makefile.common:1.2  Sat Dec 31 14:16:14 2016
+++ pkgsrc/editors/emacs25/Makefile.common      Thu Apr 27 13:43:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2016/12/31 14:16:14 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2017/04/27 13:43:01 wiz Exp $
 #
 # used by editors/emacs25/Makefile
 # used by editors/emacs25-nox11/Makefile
@@ -52,6 +52,8 @@ SPECIAL_PERMS+=               libexec/emacs/${EMACS_V
 CHECK_WRKREF_SKIP+=    bin/emacs
 CHECK_WRKREF_SKIP+=    bin/emacs-${EMACS_VERSION}
 
+PRINT_PLIST_AWK+=      { gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); }
+
 .if (${OPSYS} == "NetBSD") && \
     !exists(/usr/lib/libgcc_s.so) && !exists(/usr/lib/libgcc.a)
 # NetBSD with native Clang doesn't provide libgcc, everything is in libc.



Home | Main Index | Thread Index | Old Index