From 49bf36d52771ccccdeacb84f6e4f3406a8814618 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 3 Jan 2014 15:26:06 +0000 Subject: Convert to PORT_OPTIONS:MDOCS. Holdout shame list: ruby, perl, python --- audio/baudline/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'audio/baudline') diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index 03e3ccca4d9c..25f7773fe096 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -27,13 +27,11 @@ PLIST_FILES= bin/baudline OPTIONS_DEFINE= MPG123 OPTIONS_DEFAULT= MPG123 +MMPG123_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 + .include .include -.if ${PORT_OPTIONS:MMPG123} -RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 -.endif - .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE= may not be automatically fetched due to licensing\ restrictions. You must manually fetch ${DISTFILES} from\ @@ -47,7 +45,7 @@ do-build: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif -- cgit v1.2.3