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

This commit is contained in:
Juergen Daubert 2016-11-22 14:09:13 +01:00
parent 02d5dc28de
commit 096015f69d
3 changed files with 13 additions and 12 deletions

View File

@ -5,10 +5,11 @@ lrwxrwxrwx root/root usr/bin/ccdecrypt -> ccrypt
lrwxrwxrwx root/root usr/bin/ccencrypt -> ccrypt
-rwxr-xr-x root/root usr/bin/ccguess
-rwxr-xr-x root/root usr/bin/ccrypt
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/ccat.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/man/man1/ccdecrypt.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/man/man1/ccencrypt.1.gz -> ccrypt.1.gz
-rw-r--r-- root/root usr/man/man1/ccguess.1.gz
-rw-r--r-- root/root usr/man/man1/ccrypt.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/
lrwxrwxrwx root/root usr/share/man/man1/ccat.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/share/man/man1/ccdecrypt.1.gz -> ccrypt.1.gz
lrwxrwxrwx root/root usr/share/man/man1/ccencrypt.1.gz -> ccrypt.1.gz
-rw-r--r-- root/root usr/share/man/man1/ccguess.1.gz
-rw-r--r-- root/root usr/share/man/man1/ccrypt.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YMLSqXnJ+m0Kbesz2hRbH+0ZFC/f2YUgsLgt8MF5P3NSeo79BFvv/jfq2rcvIzibTQ557PhBVuh0lEct3vCKQw=
SHA256 (Pkgfile) = 716cc350fdeb0607a83a5689a36c0d0bcc1adad36c54d38186c69bfc36b4772d
SHA256 (.footprint) = b71cd24d15b2b00f0205b9999cf381cbe179178e3b0ed4fefb05450a96d5fa5b
RWSE3ohX2g5d/aTvixjU+wW34cYK1eibi5MBTgDJX8QuGP44VA8180br4BJ+BYZafvZ4E1CTTECLTvZ1uWvoCkS5epaDfu/Kzgc=
SHA256 (Pkgfile) = dc7c14c2d3403b4fd8bd73358f4e699444b878440fce43036a988be92892dae1
SHA256 (.footprint) = cdc2444e6be2a2d27664279b7100258a8bb9ab1544bf455a25654d81f8a06727
SHA256 (ccrypt-1.10.tar.gz) = 87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0

View File

@ -4,12 +4,12 @@
name=ccrypt
version=1.10
release=1
release=2
source=(http://ccrypt.sourceforge.net/download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --disable-nls
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}