diff options
author | lth <lth@FreeBSD.org> | 2004-12-05 20:29:25 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-12-05 20:29:25 +0800 |
commit | 5a7d1197cd47267e78eb18ded5df81870f007e32 (patch) | |
tree | a58160f695b05ed2606f6c7446cc66826bfb4332 /net | |
parent | 7559aa07a00365ff2d52e9a4051a587029a7c85d (diff) | |
download | freebsd-ports-graphics-5a7d1197cd47267e78eb18ded5df81870f007e32.tar.gz freebsd-ports-graphics-5a7d1197cd47267e78eb18ded5df81870f007e32.tar.zst freebsd-ports-graphics-5a7d1197cd47267e78eb18ded5df81870f007e32.zip |
- Fixed pkg-plist
Reported by: kris
Diffstat (limited to 'net')
-rw-r--r-- | net/smokeping/Makefile | 1 | ||||
-rw-r--r-- | net/smokeping/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index ed48a4bdfd8..c1f2db0f928 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -7,6 +7,7 @@ PORTNAME= smokeping PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ diff --git a/net/smokeping/pkg-plist b/net/smokeping/pkg-plist index 366d79608f6..836609111c1 100644 --- a/net/smokeping/pkg-plist +++ b/net/smokeping/pkg-plist @@ -106,6 +106,7 @@ smokeping/lib/probes/telnetIOSPing.pm @exec mkdir -p %D/var/smokeping @exec chown smokeping:smokeping %D/var/smokeping @unexec rmdir %D/var/smokeping 2>/dev/null || true +@unexec rmdir %D/var 2>/dev/null || true @dirrm smokeping/htdocs @dirrm smokeping/lib/probes @dirrm smokeping/lib/ISG |