diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 06:36:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 06:36:34 +0000 |
commit | 1eda9ddc5525127a058463987e38b9e2786e2d63 (patch) | |
tree | e1d4344dea7b7a5ae94ee99e46cdef1b10829819 /misc | |
parent | 4705691222bf5a839c903c54bd6129222eda0fe5 (diff) | |
download | ports-1eda9ddc5525127a058463987e38b9e2786e2d63.tar.gz ports-1eda9ddc5525127a058463987e38b9e2786e2d63.zip |
Fix @dirrm in pkg-plist
Noticed by: YAPHR
Notes
Notes:
svn path=/head/; revision=152558
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 |