svn commit: r340274 - head/net/relayd
Martin Matuska
mm at FreeBSD.org
Sun Jan 19 12:45:00 UTC 2014
Author: mm
Date: Sun Jan 19 12:44:59 2014
New Revision: 340274
URL: http://svnweb.freebsd.org/changeset/ports/340274
QAT: https://qat.redports.org/buildarchive/r340274/
Log:
Fix pkg-plist for relayd
Modified:
head/net/relayd/Makefile
head/net/relayd/pkg-plist
Modified: head/net/relayd/Makefile
==============================================================================
--- head/net/relayd/Makefile Sun Jan 19 12:41:08 2014 (r340273)
+++ head/net/relayd/Makefile Sun Jan 19 12:44:59 2014 (r340274)
@@ -2,7 +2,7 @@
PORTNAME= relayd
PORTVERSION= 5.4.20131122
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= GH
@@ -13,11 +13,8 @@ LICENSE= BSD
GH_ACCOUNT= mmatuska
GH_COMMIT= a4f6140
-MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/src/usr.sbin
-MAN5= relayd.conf.5
-MAN8= relayctl.8 relayd.8
USE_GITHUB= yes
USE_RC_SUBR= relayd
Modified: head/net/relayd/pkg-plist
==============================================================================
--- head/net/relayd/pkg-plist Sun Jan 19 12:41:08 2014 (r340273)
+++ head/net/relayd/pkg-plist Sun Jan 19 12:44:59 2014 (r340274)
@@ -1,5 +1,8 @@
@unexec if cmp -s %D/etc/relayd.conf %D/etc/relayd.conf.sample; then rm -f %D/etc/relayd.conf; fi
etc/relayd.conf.sample
@exec cp -n %B/%f %B/relayd.conf
+man/man5/relayd.conf.5.gz
+man/man8/relayctl.8.gz
+man/man8/relayd.8.gz
sbin/relayctl
sbin/relayd
More information about the svn-ports-all
mailing list