pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs Adjust paths to PLIST files so that they...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68a72b352934
branches:  trunk
changeset: 549929:68a72b352934
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Nov 11 02:14:59 2008 +0000

description:
Adjust paths to PLIST files so that they can be reached from
editors/emacs-nox11.

diffstat:

 editors/emacs/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c67f0d4bec90 -r 68a72b352934 editors/emacs/options.mk
--- a/editors/emacs/options.mk  Tue Nov 11 01:31:11 2008 +0000
+++ b/editors/emacs/options.mk  Tue Nov 11 02:14:59 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2008/04/25 16:35:32 jlam Exp $
+# $NetBSD: options.mk,v 1.8 2008/11/11 02:14:59 minskim Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.emacs
 PKG_SUPPORTED_OPTIONS=         x11
@@ -57,7 +57,8 @@
 .  if exists(/System/Library/Frameworks/Carbon.framework)
 CONFIGURE_ARGS+=       --with-carbon
 CONFIGURE_ARGS+=       --enable-carbon-app=${PREFIX}/Applications
-PLIST_SRC+=            PLIST.carbon
+PLIST_SRC=             ../../editors/emacs/PLIST \
+                       ../../editors/emacs/PLIST.carbon
 INSTALLATION_DIRS+=    Applications
 CHECK_WRKREF_SKIP+=    Applications/Emacs.app/Contents/MacOS/Emacs
 .  endif



Home | Main Index | Thread Index | Old Index