diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-03-31 15:48:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-03-31 15:48:49 +0800 |
commit | 37778409d2fea5a4280ac9f2531d9f8381686f53 (patch) | |
tree | cf8435d9ab74021b3db742fe7becaea5f321d500 | |
parent | 728974d038d16f56088878682b12b2362ae6ed72 (diff) | |
download | freebsd-ports-gnome-37778409d2fea5a4280ac9f2531d9f8381686f53.tar.gz freebsd-ports-gnome-37778409d2fea5a4280ac9f2531d9f8381686f53.tar.zst freebsd-ports-gnome-37778409d2fea5a4280ac9f2531d9f8381686f53.zip |
- do not install rc.d script in slave ports
Reported by: bapt
Feature safe: yes
-rw-r--r-- | net/miniupnpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 6dab623aa359..1bba5e8e0318 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -23,7 +23,6 @@ USE_LDCONFIG= yes CONFIGURE_SCRIPT= updateminiupnpcstrings.sh MAKE_ENV+= INSTALLPREFIX=${PREFIX} CFLAGS+= -fPIC -USE_RC_SUBR= miniupnpc .include <bsd.port.pre.mk> @@ -33,6 +32,7 @@ CFLAGS+= -DDEBUG .if ${SLAVE_PORT} == no MAN3= miniupnpc.3 +USE_RC_SUBR= miniupnpc post-install: ${INSTALL_MAN} ${WRKSRC}/man3/miniupnpc.3 ${PREFIX}/man/man3/ |