svn commit: r344606 - head/lang/bf2c
Rene Ladan
rene at FreeBSD.org
Sun Feb 16 16:18:30 UTC 2014
Author: rene
Date: Sun Feb 16 16:18:29 2014
New Revision: 344606
URL: http://svnweb.freebsd.org/changeset/ports/344606
QAT: https://qat.redports.org/buildarchive/r344606/
Log:
- Unconditionally install documentation into STAGEDIR
- Strip binaries
- Bump PORTREVISION
Modified:
head/lang/bf2c/Makefile
Modified: head/lang/bf2c/Makefile
==============================================================================
--- head/lang/bf2c/Makefile Sun Feb 16 16:17:51 2014 (r344605)
+++ head/lang/bf2c/Makefile Sun Feb 16 16:18:29 2014 (r344606)
@@ -3,6 +3,7 @@
PORTNAME= bf2c
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= lang
MAINTAINER= rene at FreeBSD.org
@@ -19,12 +20,10 @@ MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bf2c
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gen_bf
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list