- fix installation of manpage

Submitted by:	mi (Mikhail T.)
This commit is contained in:
Dirk Meyer 2010-12-16 06:07:56 +00:00
parent 03bb561d5f
commit d99c80949f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266398

View file

@ -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