diff options
author | minskim <minskim@pkgsrc.org> | 2008-11-11 02:14:59 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-11-11 02:14:59 +0000 |
commit | dfb4934c09b1888be8d3eff2eabfaa04abcbc073 (patch) | |
tree | 0cc84a39c97ca6414c77dcbceca493df1746ba8f /editors | |
parent | 4af74feccce39e1e06ca86934e25707eb36d5d75 (diff) | |
download | pkgsrc-dfb4934c09b1888be8d3eff2eabfaa04abcbc073.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.mk | 5 |
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 |