diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-11 03:17:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-11 03:17:34 +0000 |
commit | b586c45145d883676125e575868920c6f9d3173a (patch) | |
tree | dc35ba603e6353bcb9bfb7ba3d4ad8756e89100b /net/miniupnpc/Makefile | |
parent | e8431e4e212f65e883198c6daab2574c74657c7b (diff) | |
download | ports-b586c45145d883676125e575868920c6f9d3173a.tar.gz ports-b586c45145d883676125e575868920c6f9d3173a.zip |
Notes
Diffstat (limited to 'net/miniupnpc/Makefile')
-rw-r--r-- | net/miniupnpc/Makefile | 4 |
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> |