- do not install rc.d script in slave ports
Reported by: bapt Feature safe: yes
This commit is contained in:
parent
27e5f738b0
commit
e8c92c9ef8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294032
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,6 @@ USE_LDCONFIG= yes
|
|||
CONFIGURE_SCRIPT= updateminiupnpcstrings.sh
|
||||
MAKE_ENV+= INSTALLPREFIX=${PREFIX}
|
||||
CFLAGS+= -fPIC
|
||||
USE_RC_SUBR= miniupnpc
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -33,6 +32,7 @@ CFLAGS+= -DDEBUG
|
|||
|
||||
.if ${SLAVE_PORT} == no
|
||||
MAN3= miniupnpc.3
|
||||
USE_RC_SUBR= miniupnpc
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/man3/miniupnpc.3 ${PREFIX}/man/man3/
|
||||
|
|
Loading…
Reference in a new issue