diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2015-10-08 03:59:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2015-10-08 03:59:02 +0000 |
commit | 1c2d90e53c9ac15654400f7068727c687d17e697 (patch) | |
tree | b1cd9dab3317db0576169064d852e4886576bc1a /news/fidogate | |
parent | b1c218299caa4fc62a1260bfaaaac766ffbc3edb (diff) | |
download | freebsd-ports-1c2d90e53c9ac15654400f7068727c687d17e697.zip |
- cleanup
Diffstat (limited to 'news/fidogate')
-rw-r--r-- | news/fidogate/Makefile | 8 | ||||
-rw-r--r-- | news/fidogate/pkg-plist | 15 |
2 files changed, 3 insertions, 20 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 4c22b57c0c31..5e8ef662048b 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -62,14 +62,12 @@ pre-install: ${STAGEDIR}${DOCSDIR}/gatebau .endif -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${TAR} -C ${WRKSRC}/doc -cf - ${DOCLIST} | ${TAR} -C ${STAGEDIR}${DOCSDIR} -xf - -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${TAR} -C ${WRKSRC}/examples -cf - . | ${TAR} -C ${STAGEDIR}${EXAMPLESDIR} -xf - -.endif .include <bsd.port.mk> diff --git a/news/fidogate/pkg-plist b/news/fidogate/pkg-plist index abdf1dded8c7..e95b45fa8f5d 100644 --- a/news/fidogate/pkg-plist +++ b/news/fidogate/pkg-plist @@ -69,7 +69,6 @@ libexec/fidogate/rununpack libexec/fidogate/send-ffx libexec/fidogate/send-fidogate libexec/fidogate/sumcrc -@dirrm libexec/fidogate %%PORTDOCS%%%%DOCSDIR%%/dirs.html %%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0018.txt %%PORTDOCS%%%%DOCSDIR%%/fido/fsc-0028.txt @@ -149,14 +148,6 @@ libexec/fidogate/sumcrc %%PORTDOCS%%%%DOCSDIR%%/rfc/son-of-1036.html %%PORTDOCS%%%%DOCSDIR%%/template.html %%PORTDOCS%%%%DOCSDIR%%/texinfo.tex -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/info -%%PORTDOCS%%@dirrm %%DOCSDIR%%/fido -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto -%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc -%%PORTDOCS%%@dirrm %%DOCSDIR%%/gatebau -%%PORTDOCS%%@dirrm %%DOCSDIR%%/rfc -%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/aliases %%PORTEXAMPLES%%%%EXAMPLESDIR%%/morannon/areas @@ -209,9 +200,3 @@ libexec/fidogate/sumcrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/passwd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/routing %%PORTEXAMPLES%%%%EXAMPLESDIR%%/win32/test-win32 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/morannon -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/orodruin -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/point -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rpm -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/win32 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |