1
0
forked from ports/opt

lsscsi: upate mandir

This commit is contained in:
Thomas Penteker 2017-08-20 23:29:19 +02:00
parent 756f4a66e6
commit edfc9268fb
3 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}