Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:23:35 +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: r343969 - head/audio/sidplayer
Message-ID:  <201402121923.s1CJNZ6d045932@svn.freebsd.org>

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

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

Modified:
  head/audio/sidplayer/Makefile

Modified: head/audio/sidplayer/Makefile
==============================================================================
--- head/audio/sidplayer/Makefile	Wed Feb 12 19:23:30 2014	(r343968)
+++ head/audio/sidplayer/Makefile	Wed Feb 12 19:23:34 2014	(r343969)
@@ -29,10 +29,8 @@ post-patch:
 
 do-install:
 	${INSTALL} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR}
-.endif
 
 post-install:
 	@${ECHO_MSG} "=============================================================="



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