mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- fix installation of manpage
Submitted by: mi (Mikhail T.)
This commit is contained in:
parent
03bb561d5f
commit
d99c80949f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266398
1 changed files with 3 additions and 5 deletions
|
@ -26,15 +26,13 @@ CFLAGS+= -fPIC
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(SLAVE_PORT)
|
||||
MAN3= miniupnpc.3
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CFLAGS+= -DDEBUG
|
||||
.endif
|
||||
|
||||
.if !defined(SLAVE_PORT)
|
||||
.if ${SLAVE_PORT} == no
|
||||
MAN3= miniupnpc.3
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/man3/miniupnpc.3 ${PREFIX}/man/man3/
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue