diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-12-05 12:29:25 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-12-05 12:29:25 +0000 |
commit | a19c3475cf34be751e7e72fec84f665a3d1887a1 (patch) | |
tree | ca63e6a327556ce07efcf6caf5ab0da7203f960b /net/smokeping | |
parent | c6c1fa147239e5c5c3eefc93dad7920e831bdde5 (diff) | |
download | ports-a19c3475cf34be751e7e72fec84f665a3d1887a1.tar.gz ports-a19c3475cf34be751e7e72fec84f665a3d1887a1.zip |
- Fixed pkg-plist
Reported by: kris
Notes
Notes:
svn path=/head/; revision=123226
Diffstat (limited to 'net/smokeping')
-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 ed48a4bdfd8b..c1f2db0f9284 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 366d79608f6d..836609111c19 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 |