diff options
-rw-r--r-- | comms/thebridge/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index f163543..1038e75 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -20,13 +20,9 @@ MAKE_ARGS= AUTOMAKE="${TRUE}" INSTALL_TARGET= install-strip -.include <bsd.port.pre.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} -.endif ${MKDIR} ${STAGEDIR}/${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/addons/usermgmt.cgi ${STAGEDIR}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/addons/README ${STAGEDIR}/${DATADIR} |