diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-17 16:27:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-17 16:27:53 +0800 |
commit | 24a68b43110f4e293ae63ebccfdbcbb60193a81b (patch) | |
tree | bbb2d4a4fda336008f141d70532c50d7603b9991 /net-mgmt/rotorouter | |
parent | 9a4940389ff2f0f3a64e5f51f997e49b3d356037 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/rotorouter/pkg-plist | 1 |
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 |