1
0
forked from ports/contrib

fgetty: fix mandir

This commit is contained in:
Tim Biermann 2020-01-20 14:46:24 +00:00
parent 3bc0d1dc20
commit d9cea2044e
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 8 deletions

View File

@ -5,6 +5,7 @@ drwxr-xr-x root/root bin/
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/fgetty
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/fgetty.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/fgetty.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/85hwXzUEPpMZ+knZfeQVqJiBlsxK6Xa0RS77Olp79iioLjuN/orbqQr3DDlMIvt2aZtWRBK7ovm3nupDw6RAg=
SHA256 (Pkgfile) = 2ba728f5b406c73495b011f3f7ed7220c4297bb173ebba87cfbbc4543c7ef295
SHA256 (.footprint) = 5ee609203e4641e80e1ed622455baae2a3e58af7f3c8c4126cbf6ad069e03147
RWSagIOpLGJF3zP9crD3jJ3V0E3W5fnxpgT8lQsGpN161ZCnSrO/SFY2DuZvQIhTja1+4Tl2uETKbJY4gcnHFNeIGKrosIjZCgg=
SHA256 (Pkgfile) = f2cb9a61740e77a12b82d760ba5f5cbca15d65f13a7fd8710e6ddfb670c31c4d
SHA256 (.footprint) = e94175d530219379d1bfb6c9474460e20941dff53aaf84cfcacba912eef908a5
SHA256 (fgetty-0.7.tar.bz2) = 1a5307e758d30bca2b4f16eb1158778a50fc949907f09e9571ddce8acc0bbac8

View File

@ -5,13 +5,13 @@
name=fgetty
version=0.7
release=1
release=2
source=(http://www.fefe.de/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
make DIET="/usr/dietlibc/bin/diet"
mkdir -p $PKG/usr/man/man8
sed 's!$(DESTDIR)\/usr\/man\/man8!$(DESTDIR)\/usr\/share\/man\/man8!g' -i Makefile
make DESTDIR=$PKG install
# rm -f $PKG/bin/{login1,login2,checkpassword.login}
}