aboutsummaryrefslogtreecommitdiff
path: root/comms/uird
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:06:00 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-01-03 16:06:00 +0000
commitfbd9122a40a8aef04301c3d176bb2573a5e66fa6 (patch)
tree20fb46a71453f65c9a7021567c09766245990eb3 /comms/uird
parent7796094ddfe2830f75237ae54c7edf21e9033350 (diff)
downloadports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.tar.gz
ports-fbd9122a40a8aef04301c3d176bb2573a5e66fa6.zip
Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
Notes
Notes: svn path=/head/; revision=338555
Diffstat (limited to 'comms/uird')
-rw-r--r--comms/uird/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/uird/Makefile b/comms/uird/Makefile
index c2a64dbbe912..9bf61f00b8bd 100644
--- a/comms/uird/Makefile
+++ b/comms/uird/Makefile
@@ -21,13 +21,16 @@ PLIST_FILES= bin/uird
PORTDOCS= Documentation
NO_STAGE= yes
+
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's|gcc|$${CC}\ $${CFLAGS}|; /strip/d' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/uird ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif