summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2008-11-11 02:14:59 +0000
committerminskim <minskim>2008-11-11 02:14:59 +0000
commit5ba6c5d55a9270adedca9ea99f71281bcb9dc7bc (patch)
tree0cc84a39c97ca6414c77dcbceca493df1746ba8f
parent8f2752a24fac4e3249a9eea0eb5bef14ad6e3b22 (diff)
downloadpkgsrc-5ba6c5d55a9270adedca9ea99f71281bcb9dc7bc.tar.gz
Adjust paths to PLIST files so that they can be reached from
editors/emacs-nox11.
-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