diff options
author | mat <mat@FreeBSD.org> | 2014-08-08 15:27:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-08-08 15:27:01 +0800 |
commit | 4f8a35055ca78056c3874e6c4b732cfe9c54112c (patch) | |
tree | 0ec666583561366584446947f3ef25a444461c48 /net/quagga | |
parent | fef9225db12b4f818d06759cababffe1a38e6594 (diff) | |
download | freebsd-ports-gnome-4f8a35055ca78056c3874e6c4b732cfe9c54112c.tar.gz freebsd-ports-gnome-4f8a35055ca78056c3874e6c4b732cfe9c54112c.tar.zst freebsd-ports-gnome-4f8a35055ca78056c3874e6c4b732cfe9c54112c.zip |
Fix plist
Noticed by: Craig Leres
Sponsored by: Absolight
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 2 | ||||
-rw-r--r-- | net/quagga/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 8bae132d6def..57ecbd0ac29c 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -3,7 +3,7 @@ PORTNAME= quagga PORTVERSION= 0.99.22.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= quagga diff --git a/net/quagga/pkg-plist b/net/quagga/pkg-plist index d3aba1328ae5..806fb7f4ffbb 100644 --- a/net/quagga/pkg-plist +++ b/net/quagga/pkg-plist @@ -96,5 +96,5 @@ man/man8/zebra.8.gz @group %%ENABLE_GROUP%% @dirrmtry %%LOCALSTATE_DIR%% @dirrmtry %%ETCDIR%% -@group root -@owner wheel +@group wheel +@owner root |