aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2009-12-21 19:01:40 +0800
committerehaupt <ehaupt@FreeBSD.org>2009-12-21 19:01:40 +0800
commitd9c6028dc314356865e5052b198258577ff70f1c (patch)
tree81af71c5272cecea7bfbd972c9a0affae1e881e2 /net
parentf932296142c0edb50308bff0ece8bd9a1d92fdfa (diff)
downloadfreebsd-ports-gnome-d9c6028dc314356865e5052b198258577ff70f1c.tar.gz
freebsd-ports-gnome-d9c6028dc314356865e5052b198258577ff70f1c.tar.zst
freebsd-ports-gnome-d9c6028dc314356865e5052b198258577ff70f1c.zip
- Fix typo in COMMENT
- Adjust rcorder in rc.d script - Install manpage - Bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r--net/minissdpd/Makefile6
-rw-r--r--net/minissdpd/files/minissdpd.in1
2 files changed, 5 insertions, 2 deletions
diff --git a/net/minissdpd/Makefile b/net/minissdpd/Makefile
index 42ab0d6b71ac..3c5de860b5e6 100644
--- a/net/minissdpd/Makefile
+++ b/net/minissdpd/Makefile
@@ -7,19 +7,20 @@
PORTNAME= minissdpd
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://miniupnp.free.fr/files/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= UPnP IGD discovery speed ehancer
+COMMENT= UPnP IGD discovery speed enhancer
USE_RC_SUBR= minissdpd
MAKE_JOBS_SAFE= yes
CFLAGS+= -D_GNU_SOURCE
+MAN1= minissdpd.1
PLIST_FILES= sbin/minissdpd
post-patch:
@@ -27,5 +28,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/net/minissdpd/files/minissdpd.in b/net/minissdpd/files/minissdpd.in
index 2850617c8e8e..38d7f7591625 100644
--- a/net/minissdpd/files/minissdpd.in
+++ b/net/minissdpd/files/minissdpd.in
@@ -5,6 +5,7 @@
# PROVIDE: minissdpd
# REQUIRE: NETWORKING SERVERS DAEMON ldconfig resolv
+# BEFORE: miniupnpd
. %%RC_SUBR%%