aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/rotorouter
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-17 16:27:53 +0800
committeredwin <edwin@FreeBSD.org>2004-12-17 16:27:53 +0800
commit24a68b43110f4e293ae63ebccfdbcbb60193a81b (patch)
treebbb2d4a4fda336008f141d70532c50d7603b9991 /net-mgmt/rotorouter
parent9a4940389ff2f0f3a64e5f51f997e49b3d356037 (diff)
downloadfreebsd-ports-gnome-24a68b43110f4e293ae63ebccfdbcbb60193a81b.tar.gz
freebsd-ports-gnome-24a68b43110f4e293ae63ebccfdbcbb60193a81b.tar.zst
freebsd-ports-gnome-24a68b43110f4e293ae63ebccfdbcbb60193a81b.zip
[maintainer update]: net-mgmt/rotorouter was missing a file from its plist...
Per notice from the Janitor... the conf file was missing from pkg-plist. It no longer is. No other changes. Actually took the solution provides later in the PR PR: ports/75018 Submitted by: Paul Chvostek <paul+ports@it.ca>
Diffstat (limited to 'net-mgmt/rotorouter')
-rw-r--r--net-mgmt/rotorouter/Makefile1
-rw-r--r--net-mgmt/rotorouter/pkg-plist1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/rotorouter/Makefile b/net-mgmt/rotorouter/Makefile
index c26c404ef6c5..9c2a77659d1b 100644
--- a/net-mgmt/rotorouter/Makefile
+++ b/net-mgmt/rotorouter/Makefile
@@ -9,6 +9,7 @@
PORTNAME= rotorouter
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= # nada
DISTFILES= # nil
diff --git a/net-mgmt/rotorouter/pkg-plist b/net-mgmt/rotorouter/pkg-plist
index c37e17316203..1e4b484df033 100644
--- a/net-mgmt/rotorouter/pkg-plist
+++ b/net-mgmt/rotorouter/pkg-plist
@@ -1,3 +1,4 @@
sbin/rotorouter
etc/rc.d/rotorouter.sh
etc/rotorouter.conf-example
+@unexec if cmp -s %D/etc/rotorouter.conf %D/etc/rotorouter.conf-example; then rm -f %D/etc/rotorouter.conf; fi