cscope: fix post_install order
This commit is contained in:
parent
6b675bd01e
commit
b537fbbc4b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cscope'
|
# Template file for 'cscope'
|
||||||
pkgname=cscope
|
pkgname=cscope
|
||||||
version=15.8a
|
version=15.8a
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -13,9 +13,9 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=eb736ac40d5abebe8fa46820c7a8eccc8a17966a9a5f70375367b77177874d1e
|
checksum=eb736ac40d5abebe8fa46820c7a8eccc8a17966a9a5f70375367b77177874d1e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
cd contrib/xcscope
|
cd contrib/xcscope
|
||||||
vbin cscope-indexer
|
vbin cscope-indexer
|
||||||
vmkdir usr/share/emacs/site-lisp
|
vmkdir usr/share/emacs/site-lisp
|
||||||
vinstall xcscope.el 644 usr/share/emacs/site-lisp
|
vinstall xcscope.el 644 usr/share/emacs/site-lisp
|
||||||
vlicense COPYING
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue