From 5c58cc66c5083e97c21a8e420f3306c57e8f2497 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 3 Jul 2014 19:06:07 +0000 Subject: Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket) --- archivers/makeself/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'archivers/makeself') diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index 09327daededf..6984f60706f5 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -26,8 +26,6 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS -.include - post-patch: @${REINPLACE_CMD} -e \ 's|#!/bin/sh|#!${LOCALBASE}/bin/bash|g' ${WRKSRC}/makeself.sh @@ -38,9 +36,7 @@ do-install: @${LN} -sf ${i}.sh ${STAGEDIR}${PREFIX}/bin/${i} .endfor -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include -- cgit