svn commit: r398797 - head/news/fidogate

Dirk Meyer dinoex at FreeBSD.org
Thu Oct 8 03:59:04 UTC 2015


Author: dinoex
Date: Thu Oct  8 03:59:02 2015
New Revision: 398797
URL: https://svnweb.freebsd.org/changeset/ports/398797

Log:
  - cleanup

Modified:
  head/news/fidogate/Makefile
  head/news/fidogate/pkg-plist

Modified: head/news/fidogate/Makefile
==============================================================================
--- head/news/fidogate/Makefile	Thu Oct  8 03:58:26 2015	(r398796)
+++ head/news/fidogate/Makefile	Thu Oct  8 03:59:02 2015	(r398797)
@@ -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>

Modified: head/news/fidogate/pkg-plist
==============================================================================
--- head/news/fidogate/pkg-plist	Thu Oct  8 03:58:26 2015	(r398796)
+++ head/news/fidogate/pkg-plist	Thu Oct  8 03:59:02 2015	(r398797)
@@ -69,7 +69,6 @@ libexec/fidogate/rununpack
 libexec/fidogate/send-ffx
 libexec/fidogate/send-fidogate
 libexec/fidogate/sumcrc
- at 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%%


More information about the svn-ports-all mailing list