5d72c36234
- Change the mode of SPOOLDIR if installed as package - Bump PORTREVISION
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
bin/ftpq
|
|
%%PORTDOCS%%share/doc/ftpq/CHANGELOG
|
|
%%PORTDOCS%%share/doc/ftpq/README
|
|
%%PORTDOCS%%share/doc/ftpq/TODO
|
|
%%PORTDOCS%%@dirrm share/doc/ftpq
|
|
@exec mkdir -p %%SPOOLDIR%% && chmod 777 %%SPOOLDIR%%
|
|
@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true
|