diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-16 06:07:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-16 06:07:56 +0000 |
commit | d99c80949f7c110dcdf91ce9ff6ed9d2df33411e (patch) | |
tree | 6540f56021913398f443ae825e212f3d9b266475 /net/miniupnpc | |
parent | 03bb561d5f77ba4b9739c94a24897a7b3ab5f194 (diff) | |
download | ports-d99c80949f7c110dcdf91ce9ff6ed9d2df33411e.tar.gz ports-d99c80949f7c110dcdf91ce9ff6ed9d2df33411e.zip |
Notes
Diffstat (limited to 'net/miniupnpc')
-rw-r--r-- | net/miniupnpc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 2846a2782e23..9c3a9f2cba2d 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -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 |