diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 20:26:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 20:26:14 +0000 |
commit | bfb4d155d015c96e936120472619485d29a27a0c (patch) | |
tree | 8281cf03dd6c18baa719747a96d7f19f495addb7 /comms/thebridge/Makefile | |
parent | ebb8e2580d3e530270d1fcf4bac6444dd2a3fb8b (diff) |
- Do not include bsd.port.pre.mk twice
- Remove some PORT_OPTIONS conditionals not needed with staging
Notes
Notes:
svn path=/head/; revision=356699
Diffstat (limited to 'comms/thebridge/Makefile')
-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 f16354370d65..1038e757b19e 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} |