ctags: updaste man page location

This commit is contained in:
Danny Rawlins 2017-04-20 14:34:41 +10:00
parent 12b862e159
commit 414572712a
3 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ctags
lrwxrwxrwx root/root usr/bin/etags -> ctags
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ctags.1.gz
lrwxrwxrwx root/root usr/man/man1/etags.1.gz -> ctags.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/ctags.1.gz
lrwxrwxrwx root/root usr/share/man/man1/etags.1.gz -> ctags.1.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Y9c+CFpOK0zE0LgzMwdreFhDCeK10WBY37Og1TZA5CkbxZ+o1xiNUuVgBiLnhDGjLt6aDpuXF+YNis4k1+GDwY=
SHA256 (Pkgfile) = d26ecf4ac58cf6a30b30d1b37d762505471276ce8b645c0339caded13fc564e6
SHA256 (.footprint) = 7d07f09646ec56659ffc779cf448de08691df04700201d03ff2e8072327e5d68
RWSE3ohX2g5d/R17dF09aDBB3gA/T9Rll1DHmTx2ByavgSqPx8mmCApyjFDOx+oHzdkJrvAGqMeHzJqrQArX6IxvD4wZU+42YgA=
SHA256 (Pkgfile) = 70e0ba4f8a582de567fb28f5c6bac133e1397affff803127b715fcd55f8cb213
SHA256 (.footprint) = 49185075b2fcad39e85b06c8cb2d5fdc1d09a2888e360f5d1cacf6302567870a
SHA256 (ctags-5.8.tar.gz) = 0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
SHA256 (ctags.diff) = 9fc9ecc9629e84338b6017b317938a78160c127839709d90805e03111e8dda89

View File

@ -1,18 +1,17 @@
# Description: A multilanguage implementation of Ctags, for effective editing of source code.
# URL: http://ctags.sourceforge.net
# Packager: Havard Moen, vanilje at netcom dot no
# Maintainer: Thomas Penteker, tek at serverop dot de
# Maintainer: Thomas Penteker, tek at serverop dot de
name=ctags
version=5.8
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz \
source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz \
$name.diff)
build() {
cd $name-$version
patch -Np0 -i $SRC/$name.diff
./configure --prefix=/usr --enable-etags --mandir=$PKG/usr/man
patch -p0 -i $SRC/$name.diff
./configure --prefix=/usr --enable-etags
make
make prefix=$PKG/usr install
}