Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 23:44:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330801 - head/audio/alac
Message-ID:  <201310182344.r9INimNu001157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct 18 23:44:48 2013
New Revision: 330801
URL: http://svnweb.freebsd.org/changeset/ports/330801

Log:
  Unconditionnaly install docs and remove useless inclusion of bsd.port.options.mk

Modified:
  head/audio/alac/Makefile

Modified: head/audio/alac/Makefile
==============================================================================
--- head/audio/alac/Makefile	Fri Oct 18 23:44:13 2013	(r330800)
+++ head/audio/alac/Makefile	Fri Oct 18 23:44:48 2013	(r330801)
@@ -21,13 +21,9 @@ OPTIONS_DEFINE=	DOCS
 PLIST_FILES=	bin/alac
 PORTDOCS=	README
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/alac ${STAGEDIR}${PREFIX}/bin/
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>



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