aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-11 03:17:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-11 03:17:34 +0000
commitb586c45145d883676125e575868920c6f9d3173a (patch)
treedc35ba603e6353bcb9bfb7ba3d4ad8756e89100b /net/miniupnpc
parente8431e4e212f65e883198c6daab2574c74657c7b (diff)
downloadports-b586c45145d883676125e575868920c6f9d3173a.tar.gz
ports-b586c45145d883676125e575868920c6f9d3173a.zip
- cleanup now duplicate defs
Notes
Notes: svn path=/head/; revision=299005
Diffstat (limited to 'net/miniupnpc')
-rw-r--r--net/miniupnpc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile
index a23d95665546..695662501409 100644
--- a/net/miniupnpc/Makefile
+++ b/net/miniupnpc/Makefile
@@ -24,7 +24,6 @@ USE_LDCONFIG= yes
CONFIGURE_SCRIPT= updateminiupnpcstrings.sh
MAKE_ENV+= INSTALLPREFIX=${PREFIX}
-CFLAGS+= -fPIC
.include <bsd.port.pre.mk>
@@ -35,9 +34,6 @@ CFLAGS+= -DDEBUG
.if ${SLAVE_PORT} == no
MAN3= miniupnpc.3
USE_RC_SUBR= miniupnpc
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/man3/miniupnpc.3 ${PREFIX}/man/man3/
.endif
.include <bsd.port.post.mk>