svn commit: r374559 - head/audio/madfufw

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 11 23:42:39 UTC 2014


Author: amdmi3
Date: Thu Dec 11 23:42:37 2014
New Revision: 374559
URL: https://svnweb.freebsd.org/changeset/ports/374559
QAT: https://qat.redports.org/buildarchive/r374559/

Log:
  - Remove always false condition

Modified:
  head/audio/madfufw/Makefile

Modified: head/audio/madfufw/Makefile
==============================================================================
--- head/audio/madfufw/Makefile	Thu Dec 11 23:38:46 2014	(r374558)
+++ head/audio/madfufw/Makefile	Thu Dec 11 23:42:37 2014	(r374559)
@@ -26,12 +26,6 @@ SUB_FILES=	maudio-devd.conf pkg-message
 NO_BUILD=	yes
 NO_PACKAGE=	redistribution of firmware files not permitted
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800064
-BROKEN=		port requires FreeBSD 8.x
-.endif
-
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/maudio
 	${INSTALL_DATA} ${WRKSRC}/ma003101.bin ${WRKSRC}/ma004103.bin \
@@ -39,4 +33,4 @@ do-install:
 		${WRKSRC}/ma008100.bin ${STAGEDIR}${PREFIX}/share/maudio
 	${INSTALL_DATA} ${WRKDIR}/maudio-devd.conf ${STAGEDIR}${PREFIX}/etc/devd
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list