diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-08 19:08:34 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-10-08 19:08:34 +0000 |
commit | 90bbdd3c804a1a8c1535c8e35f15536b8881196e (patch) | |
tree | c3459f38cbdd494df196abd659019869f117324b /ftp/horde-gollem | |
parent | 3754b283d4cd60c71271844fad4b855838f6b0c7 (diff) | |
download | ports-90bbdd3c804a1a8c1535c8e35f15536b8881196e.tar.gz ports-90bbdd3c804a1a8c1535c8e35f15536b8881196e.zip |
Notes
Diffstat (limited to 'ftp/horde-gollem')
-rw-r--r-- | ftp/horde-gollem/Makefile | 1 | ||||
-rw-r--r-- | ftp/horde-gollem/pkg-plist | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ftp/horde-gollem/Makefile b/ftp/horde-gollem/Makefile index 7254b5f4859d..f2593a8e797c 100644 --- a/ftp/horde-gollem/Makefile +++ b/ftp/horde-gollem/Makefile @@ -7,6 +7,7 @@ PORTNAME= gollem PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= ftp://ftp.horde.org/pub/gollem/ \ ftp://ftp.planetmirror.com/pub/horde/gollem/ \ diff --git a/ftp/horde-gollem/pkg-plist b/ftp/horde-gollem/pkg-plist index 1eecb60b7052..ba1f162a69b6 100644 --- a/ftp/horde-gollem/pkg-plist +++ b/ftp/horde-gollem/pkg-plist @@ -91,6 +91,12 @@ etc/horde/httpd.conf.gollem %%GOLLEMDIR%%/themes/purple/screen.css %%GOLLEMDIR%%/themes/screen.css %%GOLLEMDIR%%/view.php +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES +%%PORTDOCS%%%%DOCSDIR%%/TODO @dirrm %%GOLLEMDIR%%/themes/purple @dirrm %%GOLLEMDIR%%/themes/graphics/manager @dirrm %%GOLLEMDIR%%/themes/graphics @@ -142,5 +148,6 @@ etc/horde/httpd.conf.gollem @dirrm %%GOLLEMDIR%%/lib/Block @dirrm %%GOLLEMDIR%%/lib/Auth @dirrm %%GOLLEMDIR%%/lib +%%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/%%GOLLEMDIR%%/config 2>/dev/null || true @unexec rmdir %D/%%GOLLEMDIR%% 2>/dev/null || true |