diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-21 12:02:57 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-21 12:07:08 +0100 |
commit | 6b8ad123034a1288c6bd92f64769b442ac725f75 (patch) | |
tree | a54bd863c122a7ee149a32cb1ed4e3b5c5626d6e /bftpd | |
parent | 5df66a3dfa13e9d3c12762da977ed47e71e94a60 (diff) | |
download | contrib-6b8ad123034a1288c6bd92f64769b442ac725f75.tar.gz contrib-6b8ad123034a1288c6bd92f64769b442ac725f75.tar.xz |
bftpd: removed old, empty mandir
Diffstat (limited to 'bftpd')
-rw-r--r-- | bftpd/.footprint | 2 | ||||
-rw-r--r-- | bftpd/.signature | 6 | ||||
-rw-r--r-- | bftpd/Pkgfile | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/bftpd/.footprint b/bftpd/.footprint index 565ad3b61..3a8d49421 100644 --- a/bftpd/.footprint +++ b/bftpd/.footprint @@ -3,8 +3,6 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/ftpd drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ drwxr-xr-x root/root usr/sbin/ -rwx------ root/root usr/sbin/bftpd lrwxrwxrwx root/root usr/sbin/in.ftpd -> bftpd diff --git a/bftpd/.signature b/bftpd/.signature index ff46edec3..d321a336a 100644 --- a/bftpd/.signature +++ b/bftpd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31jS3bXLoIt3PE7rpnm2pcMaRPgp6iHcHU2fENysc+wKL+JpqMkt5HalDKhMFL9gZRANE+CR3pExjuZFCm44Egc= -SHA256 (Pkgfile) = ce02b58ea6fd8d52a41c0d150297619e5c654c38577104200f3ee6ad3cac69e4 -SHA256 (.footprint) = c35734b81afcbe2b4071821c9a5b0e570700a15c9a219f4220580e65d815920c +RWSagIOpLGJF3+b04RYacCRoDA6z47hfgrqPEnrieNiYR+xi6YyK7dDidKFV1blMv6yz2BHyFIogM6Uh/n6VM8pam4vHMOwlhg8= +SHA256 (Pkgfile) = 0563a3e4a95adaa029a158f05a6b230e75870555c7258e1310a9fbe68e24645f +SHA256 (.footprint) = a9a364d7e2bbef7720924f85e357275eb86e59cc4aa440b7097f63b3ccaf135b SHA256 (bftpd-5.4.tar.gz) = ef0ee701eacb103c455d0f7644d4313ccae89ed4d8d8de1e9a72f231444ecda5 SHA256 (ftpd) = ce0c5b457c3511881ae226be6011326e59d80424ebe7ece3503982c4249b11ec diff --git a/bftpd/Pkgfile b/bftpd/Pkgfile index 5c54ee6c5..f43ac59c2 100644 --- a/bftpd/Pkgfile +++ b/bftpd/Pkgfile @@ -19,7 +19,7 @@ build() { --enable-libz make - install -d $PKG/usr/sbin $PKG/usr/man/man8 $PKG/etc $PKG/etc/rc.d + install -d $PKG/usr/sbin $PKG/etc $PKG/etc/rc.d make DESTDIR=$PKG install # bftpd version 3.7 moved these directories and --sysconfdir |