Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:23:10 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343963 - head/audio/festalon
Message-ID:  <201402121923.s1CJNAUY045454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 12 19:23:10 2014
New Revision: 343963
URL: http://svnweb.freebsd.org/changeset/ports/343963
QAT: https://qat.redports.org/buildarchive/r343963/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/audio/festalon/Makefile

Modified: head/audio/festalon/Makefile
==============================================================================
--- head/audio/festalon/Makefile	Wed Feb 12 19:23:05 2014	(r343962)
+++ head/audio/festalon/Makefile	Wed Feb 12 19:23:10 2014	(r343963)
@@ -42,12 +42,8 @@ PORTDOCS=	README
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
-.endif
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121923.s1CJNAUY045454>