mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- fix the bug =>
The port security/blocksshd has the location of the config file hard-coded into it as "/etc/blocksshd.conf", while the port places the config file into "/usr/local/etc/blocksshd.conf" - bump PORTREVISION PR: ports/106629 Submitted by: Rob B<rbyrnes_AT_mailshack dot com>
This commit is contained in:
parent
18e2c2a1b7
commit
5eccbca17e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179692
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= blocksshd
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= blocksshd
|
||||
@ -28,5 +28,6 @@ MAN1= blocksshd.1
|
||||
post-patch:
|
||||
@${CHMOD} 755 ${WRKSRC}/init
|
||||
@${REINPLACE_CMD} -e 's|^MANCOMPRESS = .gz||g' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|/etc/blocksshd.conf|${PREFIX}/etc/blocksshd.conf|g' ${WRKSRC}/blocksshd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user