Date: Tue, 4 Feb 2014 13:19:33 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342527 - head/devel/cscope Message-ID: <201402041319.s14DJXSo068429@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Feb 4 13:19:33 2014 New Revision: 342527 URL: http://svnweb.freebsd.org/changeset/ports/342527 QAT: https://qat.redports.org/buildarchive/r342527/ Log: - STAGE-clean - Add LICENSE Modified: head/devel/cscope/Makefile head/devel/cscope/pkg-plist Modified: head/devel/cscope/Makefile ============================================================================== --- head/devel/cscope/Makefile Tue Feb 4 13:18:45 2014 (r342526) +++ head/devel/cscope/Makefile Tue Feb 4 13:19:33 2014 (r342527) @@ -9,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org COMMENT= An interactive C program browser +LICENSE= BSD3CLAUSE + OPTIONS_DEFINE= XCSCOPE XCSCOPE_DESC= Install (X)Emacs package @@ -17,21 +19,18 @@ GNU_CONFIGURE= yes EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXCSCOPE} PLIST_SUB+= XCSCOPE="" post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${PREFIX}/bin - ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${EMACSLISPDIR} - ${MKDIR} ${XEMACSLISPDIR} - ${LN} -sf ${EMACSLISPDIR}/xcscope.el ${XEMACSLISPDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${EMACSLISPDIR} + ${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${STAGEDIR}${EMACSLISPDIR} + ${MKDIR} ${STAGEDIR}${XEMACSLISPDIR} + ${LN} -sf ${EMACSLISPDIR}/xcscope.el ${STAGEDIR}${XEMACSLISPDIR} .else PLIST_SUB+= XCSCOPE="@comment " .endif -MAN1= cscope.1 - .include <bsd.port.mk> Modified: head/devel/cscope/pkg-plist ============================================================================== --- head/devel/cscope/pkg-plist Tue Feb 4 13:18:45 2014 (r342526) +++ head/devel/cscope/pkg-plist Tue Feb 4 13:19:33 2014 (r342527) @@ -1,5 +1,6 @@ bin/cscope bin/ocs +man/man1/cscope.1.gz %%XCSCOPE%%bin/cscope-indexer %%XCSCOPE%%share/emacs/site-lisp/xcscope.el %%XCSCOPE%%lib/xemacs/site-lisp/xcscope.el
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402041319.s14DJXSo068429>