diff options
author | edwin <edwin@FreeBSD.org> | 2006-02-13 04:37:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-02-13 04:37:47 +0800 |
commit | 567942118bc336481ae0e8dbd99086ff48dea3ea (patch) | |
tree | f9278eb366f646d42d3ec52708e0d4b41e16b683 /ports-mgmt/tinderbox | |
parent | bda2f67ac092c387a305bc233cc6ba4802e0763e (diff) | |
download | freebsd-ports-gnome-567942118bc336481ae0e8dbd99086ff48dea3ea.tar.gz freebsd-ports-gnome-567942118bc336481ae0e8dbd99086ff48dea3ea.tar.zst freebsd-ports-gnome-567942118bc336481ae0e8dbd99086ff48dea3ea.zip |
fix pkg-plist
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/pkg-plist | 19 |
2 files changed, 11 insertions, 9 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index babda10fcc21..8d2ab3aa7f15 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -6,6 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ diff --git a/ports-mgmt/tinderbox/pkg-plist b/ports-mgmt/tinderbox/pkg-plist index e8ea96d339d1..7b5386940c5d 100644 --- a/ports-mgmt/tinderbox/pkg-plist +++ b/ports-mgmt/tinderbox/pkg-plist @@ -105,17 +105,18 @@ tinderbox/scripts/www/showbuild.php tinderbox/scripts/www/showport.php tinderbox/scripts/www/tinderstyle.css -@dirrm tinderbox/scripts/etc/rc.d -@dirrm tinderbox/scripts/etc -@dirrm tinderbox/scripts/lib -@dirrm tinderbox/scripts/man -@dirrm tinderbox/scripts/man/man1 -@dirrm tinderbox/scripts/upgrade -@dirrm tinderbox/scripts/www -@dirrm tinderbox/scripts/www-exp/core -@dirrm tinderbox/scripts/www-exp/module @dirrm tinderbox/scripts/www-exp/templates/default @dirrm tinderbox/scripts/www-exp/templates +@dirrm tinderbox/scripts/www-exp/module +@dirrm tinderbox/scripts/www-exp/core +@dirrm tinderbox/scripts/www +@dirrm tinderbox/scripts/upgrade +@dirrm tinderbox/scripts/man/man1 +@dirrm tinderbox/scripts/man +@dirrm tinderbox/scripts/lib +@dirrm tinderbox/scripts/etc/rc.d +@dirrm tinderbox/scripts/etc + @dirrmtry tinderbox/scripts/www-exp @dirrmtry tinderbox/scripts @dirrmtry tinderbox |