mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
21 lines
590 B
Plaintext
21 lines
590 B
Plaintext
bin/noffle
|
|
man/man1/noffle.1.gz
|
|
man/man5/noffle.conf.5.gz
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/INTERNALS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/noffle.lsm
|
|
%%PORTDOCS%%%%DOCSDIR%%/testing.txt
|
|
etc/noffle.conf.sample
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@cwd /
|
|
@exec mkdir -p %%SPOOL_DIR%%
|
|
@exec mkdir -p %%SPOOL_DIR%%/data
|
|
@exec mkdir -p %%SPOOL_DIR%%/lock
|
|
@exec mkdir -p %%SPOOL_DIR%%/outgoing
|
|
@exec mkdir -p %%SPOOL_DIR%%/overview
|
|
@exec mkdir -p %%SPOOL_DIR%%/requested
|
|
@unexec rm -rf %%SPOOL_DIR%%
|