mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix plist.
Reported by: pointyhat via Kris
This commit is contained in:
parent
3754b283d4
commit
90bbdd3c80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144596
@ -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/ \
|
||||
|
@ -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
|
||||
|
@ -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/ \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user