svn commit: r330801 - head/audio/alac

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 18 23:44:49 UTC 2013


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>


More information about the svn-ports-all mailing list