diff options
Diffstat (limited to 'comms/ge-x2212/Makefile')
-rw-r--r-- | comms/ge-x2212/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/comms/ge-x2212/Makefile b/comms/ge-x2212/Makefile index c558699098eb..ea80402b11a2 100644 --- a/comms/ge-x2212/Makefile +++ b/comms/ge-x2212/Makefile @@ -20,12 +20,8 @@ PORTDOCS= schematic.txt OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |