summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-17 08:27:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-17 08:27:53 +0000
commitbf3c632686f87b06642b354939a4f224c85ab7c9 (patch)
tree84327da3028e2dc571965971df2cc8d0857ee406 /net-mgmt
parent[MAINTAINER] mail/MailScanner-devel: update to 4.37.3 (diff)
[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>
Notes
Notes: svn path=/head/; revision=124284
Diffstat (limited to 'net-mgmt')
-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