ports/opt (3.3): lsscsi: upate mandir
commit edfc9268fb484f7ad97e1e5fbcdc702998ff0183 Author: Thomas Penteker <tek@serverop.de> Date: Sun Aug 20 23:29:19 2017 +0200 lsscsi: upate mandir diff --git a/lsscsi/.footprint b/lsscsi/.footprint index 5fb9069fa..1f6f65701 100644 --- a/lsscsi/.footprint +++ b/lsscsi/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/lsscsi -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/lsscsi.8.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/lsscsi.8.gz diff --git a/lsscsi/.signature b/lsscsi/.signature index dfcee9d29..58f495a3e 100644 --- a/lsscsi/.signature +++ b/lsscsi/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YmfJP4YiQwyH6D92e4g0IFtRqDaLUSV07KdwCdZEEgclvSqZJGLOmqUBdhV+WyE4C9Wt/OgjpGHXatxn8+eMAU= -SHA256 (Pkgfile) = 84adeb97c6b45cfcf949cc6f076d9827f48f162b2755021cd10ac1445bb52af4 -SHA256 (.footprint) = 7450e0eb6be4f60a818fdd5e14cf2cd97fe87e3449040b51f79e3566f72ba9d5 +RWSE3ohX2g5d/cwL2nMPkfy9LscLnpUiT0Ez9+K2duRVNXMuguWxALp0au5c68G2VuTy4IiRe7eUxdjQMH95ZHikptPa8mtE4Q4= +SHA256 (Pkgfile) = dfa0a3908768698a532fdf888fe22f29effa304e6b73f2957b81b57b9b9648ff +SHA256 (.footprint) = 2e3d27e382f647d0a13bf90df8cac8c97b8d27f4dfe260a95f95f625349270cd SHA256 (lsscsi-0.28.tgz) = 025d009a1af42bc5b2fca664c44c9ecdfd754356e4a44f5c6aced2420afadd50 diff --git a/lsscsi/Pkgfile b/lsscsi/Pkgfile index 736dd52a8..d9e942d8f 100644 --- a/lsscsi/Pkgfile +++ b/lsscsi/Pkgfile @@ -10,7 +10,9 @@ source=(http://sg.danny.cz/scsi/lsscsi-$version.tgz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + + ./configure --prefix=/usr + make make install DESTDIR=$PKG }
participants (1)
-
crux@crux.nu