diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-11 11:17:34 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-11 11:17:34 +0800 |
commit | 95f66930fdcf848342dfd02ad7e389301f42bb97 (patch) | |
tree | 2e23835ed04df5c69600607ba211c48fbf9a2214 /net | |
parent | 48cd37c9c05e50da58b11b56f49ee8a3befdac27 (diff) | |
download | freebsd-ports-gnome-95f66930fdcf848342dfd02ad7e389301f42bb97.tar.gz freebsd-ports-gnome-95f66930fdcf848342dfd02ad7e389301f42bb97.tar.zst freebsd-ports-gnome-95f66930fdcf848342dfd02ad7e389301f42bb97.zip |
- cleanup now duplicate defs
Diffstat (limited to 'net')
-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> |