diff options
author | minskim <minskim@pkgsrc.org> | 2010-10-24 23:57:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-10-24 23:57:34 +0000 |
commit | 950c2c46c2ba7e20ad0130197cc7d47e5b3a3abf (patch) | |
tree | 1e20607a702e22dcfe287e737ab8fe03eae0b902 /editors/emacs-snapshot/Makefile.common | |
parent | ed026044cb953a9a756716ef4f5ba848991f40e4 (diff) | |
download | pkgsrc-950c2c46c2ba7e20ad0130197cc7d47e5b3a3abf.tar.gz |
Update emacs-snapshot to 24.0.50.20101024.
Changes:
- New directory for SRecode template files.
- Make the *Packages* buffer read-only.
Diffstat (limited to 'editors/emacs-snapshot/Makefile.common')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 07547e9847c..a0376d0bc21 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.17 2010/10/20 00:06:22 minskim Exp $ +# $NetBSD: Makefile.common,v 1.18 2010/10/24 23:57:34 minskim Exp $ -DISTNAME= emacs-snapshot_20101016.orig +DISTNAME= emacs-snapshot_20101024.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.orebokech.com/pool/main/e/emacs-snapshot/ @@ -64,6 +64,10 @@ CPPFLAGS+= -DDFLY_CRT_USRLIB .include "../../mk/oss.buildlink3.mk" +PRINT_PLIST_AWK+= { gsub(/${EMACS_VERSION}/, "$${EMACS_VERSION}"); \ + gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}"); \ + print; next; } + post-extract: cp ${.CURDIR}/../../editors/emacs/files/site-init.el ${WRKSRC}/lisp cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s |