cscope: fix post_install order
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user