From 096015f69dfa52c797f3ea90bc1ab2e4ea57c6dd Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 22 Nov 2016 14:09:13 +0100 Subject: [PATCH] ccrypt: move man-pages to /usr/share/man --- ccrypt/.footprint | 15 ++++++++------- ccrypt/.signature | 6 +++--- ccrypt/Pkgfile | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ccrypt/.footprint b/ccrypt/.footprint index f919c384e..7e806c10f 100644 --- a/ccrypt/.footprint +++ b/ccrypt/.footprint @@ -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 diff --git a/ccrypt/.signature b/ccrypt/.signature index bad27e020..ce5c215bb 100644 --- a/ccrypt/.signature +++ b/ccrypt/.signature @@ -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 diff --git a/ccrypt/Pkgfile b/ccrypt/Pkgfile index c057960c3..0df5c7a9e 100644 --- a/ccrypt/Pkgfile +++ b/ccrypt/Pkgfile @@ -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 }