1
0
forked from ports/opt

aspell: move man-pages to /usr/share/man

This commit is contained in:
Juergen Daubert 2016-11-22 12:38:00 +01:00
parent 645e3c9f71
commit f6b4d84266
3 changed files with 15 additions and 14 deletions

View File

@ -110,11 +110,12 @@ lrwxrwxrwx root/root usr/lib/libaspell.so.15 -> libaspell.so.15.1.5
lrwxrwxrwx root/root usr/lib/libpspell.so -> libpspell.so.15.1.5
lrwxrwxrwx root/root usr/lib/libpspell.so.15 -> libpspell.so.15.1.5
-rwxr-xr-x root/root usr/lib/libpspell.so.15.1.5
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/aspell-import.1.gz
-rw-r--r-- root/root usr/man/man1/aspell.1.gz
-rw-r--r-- root/root usr/man/man1/prezip-bin.1.gz
-rw-r--r-- root/root usr/man/man1/pspell-config.1.gz
-rw-r--r-- root/root usr/man/man1/run-with-aspell.1.gz
-rw-r--r-- root/root usr/man/man1/word-list-compress.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/aspell-import.1.gz
-rw-r--r-- root/root usr/share/man/man1/aspell.1.gz
-rw-r--r-- root/root usr/share/man/man1/prezip-bin.1.gz
-rw-r--r-- root/root usr/share/man/man1/pspell-config.1.gz
-rw-r--r-- root/root usr/share/man/man1/run-with-aspell.1.gz
-rw-r--r-- root/root usr/share/man/man1/word-list-compress.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YLiI0QatE28xnh2vP9nxVOmf1RHVIout2aBLFrTolu3FBlRzhc0Sb5oD7wK6UWBuMK/3KXPCdhdwCZLQr6ECgM=
SHA256 (Pkgfile) = 70cdc9dd8e34a9fe9f0e45b17e70ac9c313a168612dbd294db109b550207d38b
SHA256 (.footprint) = 2ed9d3a57c7e3476478be1f8cf820c3e5417643de8a082eeaed1be643dba252f
RWSE3ohX2g5d/SsXz/9brUzDW4EAEcucgA7zr+QXZQQ7gUIkhIQ199FMa5z2CBvQsCTi88rPgbjGB3P1cHG3c2+NixasBuv7wQs=
SHA256 (Pkgfile) = 6c55c0e127a8bd60acaef70195c6f17918c5e4dfcae720e5cc6af4bee0cdff33
SHA256 (.footprint) = 0afe7f1b7f2da1ae95ddb20049bb6262c1488dcb57f2b68d7f301c50c55f539e
SHA256 (aspell-0.60.6.1.tar.gz) = f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1

View File

@ -5,15 +5,15 @@
name=aspell
version=0.60.6.1
release=1
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--enable-curses=ncursesw
make
make DESTDIR=$PKG install
rm -R $PKG/usr/share
rm -R $PKG/usr/share/info
}