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 /ports-mgmt | |
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 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/pkg-plist | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/pkg-plist | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 8b76ad4a16ea..eb923c42ce10 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/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/ports-mgmt/tinderbox-devel/pkg-plist b/ports-mgmt/tinderbox-devel/pkg-plist index e8c5d92e8542..895c4c171d92 100644 --- a/ports-mgmt/tinderbox-devel/pkg-plist +++ b/ports-mgmt/tinderbox-devel/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 diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 8b76ad4a16ea..eb923c42ce10 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/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/ports-mgmt/tinderbox/pkg-plist b/ports-mgmt/tinderbox/pkg-plist index e8c5d92e8542..895c4c171d92 100644 --- a/ports-mgmt/tinderbox/pkg-plist +++ b/ports-mgmt/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 |