summaryrefslogtreecommitdiff
path: root/aspell
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-11-22 12:38:00 +0100
committerJuergen Daubert <jue@jue.li>2016-11-22 12:38:00 +0100
commitf6b4d84266e3a576f5980ffdca61d964f4ce6656 (patch)
treef5b367ff148bd411b985f344d4fc55e8a1b0b10a /aspell
parent645e3c9f717389b8319f136a383bbebdebdc826f (diff)
downloadopt-f6b4d84266e3a576f5980ffdca61d964f4ce6656.tar.gz
opt-f6b4d84266e3a576f5980ffdca61d964f4ce6656.tar.xz
aspell: move man-pages to /usr/share/man
Diffstat (limited to 'aspell')
-rw-r--r--aspell/.footprint17
-rw-r--r--aspell/.signature6
-rw-r--r--aspell/Pkgfile6
3 files changed, 15 insertions, 14 deletions
diff --git a/aspell/.footprint b/aspell/.footprint
index 9bd75e6c1..3301c8c7a 100644
--- a/aspell/.footprint
+++ b/aspell/.footprint
@@ -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
diff --git a/aspell/.signature b/aspell/.signature
index 3938625c1..4596b1009 100644
--- a/aspell/.signature
+++ b/aspell/.signature
@@ -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
diff --git a/aspell/Pkgfile b/aspell/Pkgfile
index 168effbf4..0595cc8d4 100644
--- a/aspell/Pkgfile
+++ b/aspell/Pkgfile
@@ -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
}

Generated by cgit