diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-05 20:26:14 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-05 20:26:14 +0000 |
commit | 597b8a830c101403c98d0af5644c2f711740c724 (patch) | |
tree | 8281cf03dd6c18baa719747a96d7f19f495addb7 | |
parent | ed876bc52373277357e34d0b453d593647f6dd10 (diff) | |
download | FreeBSD-ports-597b8a830c101403c98d0af5644c2f711740c724.zip FreeBSD-ports-597b8a830c101403c98d0af5644c2f711740c724.tar.gz |
- Do not include bsd.port.pre.mk twice
- Remove some PORT_OPTIONS conditionals not needed with staging
-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} |