diff options
author | gahr <gahr@FreeBSD.org> | 2011-08-02 17:11:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-08-02 17:11:51 +0800 |
commit | 19014981d2c86b5527f7874b4a4a4368d130a278 (patch) | |
tree | d575d63dfc72e4bbb79401086a62d8cfa10f49bf /devel/cscope | |
parent | d6f21e21458d07902610aa0770d61bcbc07f7f72 (diff) | |
download | freebsd-ports-gnome-19014981d2c86b5527f7874b4a4a4368d130a278.tar.gz freebsd-ports-gnome-19014981d2c86b5527f7874b4a4a4368d130a278.tar.zst freebsd-ports-gnome-19014981d2c86b5527f7874b4a4a4368d130a278.zip |
- install cscope-indexer along with emacs mode
PR: 159192
Submitted by: Momchil Ivanov <momchil@xaxo.eu>
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/Makefile | 3 | ||||
-rw-r--r-- | devel/cscope/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index 131453378526..298a1ac82cf2 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -34,8 +34,9 @@ MAN1= cscope.1 .if defined(WITH_XCSCOPE) post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${PREFIX}/bin ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${EMACSLISPDIR}/ + ${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${EMACSLISPDIR} ${MKDIR} ${XEMACSLISPDIR} ${LN} -sf ${EMACSLISPDIR}/xcscope.el ${XEMACSLISPDIR} .endif diff --git a/devel/cscope/pkg-plist b/devel/cscope/pkg-plist index a76e07539201..d7897c308d15 100644 --- a/devel/cscope/pkg-plist +++ b/devel/cscope/pkg-plist @@ -1,5 +1,6 @@ bin/cscope bin/ocs +%%XCSCOPE%%bin/cscope-indexer %%XCSCOPE%%share/emacs/site-lisp/xcscope.el %%XCSCOPE%%lib/xemacs/site-lisp/xcscope.el %%XCSCOPE%%@dirrmtry lib/xemacs/site-lisp |