diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-02 14:36:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-02 14:36:34 +0800 |
commit | 959a50b512e7c501428a291572dfc81b9511a04f (patch) | |
tree | 6afb30493874088e750cf8a6889ec8a947cee8c1 /misc | |
parent | 79915097a32ee24bb2707ddaf0389b1fc5a71d38 (diff) | |
download | freebsd-ports-gnome-959a50b512e7c501428a291572dfc81b9511a04f.tar.gz freebsd-ports-gnome-959a50b512e7c501428a291572dfc81b9511a04f.tar.zst freebsd-ports-gnome-959a50b512e7c501428a291572dfc81b9511a04f.zip |
Fix @dirrm in pkg-plist
Noticed by: YAPHR
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tinderbox/Makefile | 2 | ||||
-rw-r--r-- | misc/tinderbox/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index 8b76ad4a16ea..eb923c42ce10 100644 --- a/misc/tinderbox/Makefile +++ b/misc/tinderbox/Makefile @@ -6,7 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ diff --git a/misc/tinderbox/pkg-plist b/misc/tinderbox/pkg-plist index e8c5d92e8542..895c4c171d92 100644 --- a/misc/tinderbox/pkg-plist +++ b/misc/tinderbox/pkg-plist @@ -113,6 +113,6 @@ tinderbox/scripts/tinderbox-pgsql.schema @dirrm tinderbox/scripts/lib @dirrm tinderbox/scripts/etc/rc.d @dirrm tinderbox/scripts/etc -@unexec rmdir %D/tinderbox/www-exp 2>/dev/null || true +@unexec rmdir %D/tinderbox/scripts/www-exp 2>/dev/null || true @unexec rmdir %D/tinderbox/scripts 2>/dev/null || true @unexec rmdir %D/tinderbox 2>/dev/null || true |