summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2008-11-11 02:14:59 +0000
committerminskim <minskim>2008-11-11 02:14:59 +0000
commit66ad58eec8a81ca6222f76188fb47e259723761e (patch)
tree0cc84a39c97ca6414c77dcbceca493df1746ba8f /editors
parent4424a7e4c68cc2471dc417baba2fb1e120a0caef (diff)
downloadpkgsrc-66ad58eec8a81ca6222f76188fb47e259723761e.tar.gz
Adjust paths to PLIST files so that they can be reached from
editors/emacs-nox11.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs/options.mk b/editors/emacs/options.mk
index 81a0e6f96db..5669582d0cf 100644
--- a/editors/emacs/options.mk
+++ b/editors/emacs/options.mk
@@ -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 @@ CONFIGURE_ARGS+= --without-xpm
. 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