net/miniupnpd: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
31cf17e054
commit
396bb0439c
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= miniupnpd
|
||||
DISTVERSION= 2.3.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -31,7 +31,7 @@ LDFLAGS+= -L${OPENSSLLIB} -lpfctl
|
|||
WRKSRC_SUBDIR= miniupnpd
|
||||
|
||||
PLIST_FILES= etc/miniupnpd.conf.sample \
|
||||
man/man8/miniupnpd.8.gz \
|
||||
share/man/man8/miniupnpd.8.gz \
|
||||
sbin/miniupnpd
|
||||
|
||||
# unconditionally use pf, ipfw does not work on FreeBSD
|
||||
|
@ -52,6 +52,7 @@ UPNP_STRICT_CONFIGURE_ON= --strict
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|\(-lssl -lcrypto\)|$$(LDFLAGS) \1|g' \
|
||||
${WRKSRC}/Makefile.bsd
|
||||
-e 's|^INSTALLMANDIR.*|INSTALLMANDIR = ${PREFIX}/share/man|' \
|
||||
${WRKSRC}/Makefile.bsd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue