aboutsummaryrefslogtreecommitdiff
path: root/audio/madfufw
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-11 23:42:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-11 23:42:37 +0000
commit60f4b1d25201c8830c3ea014fc763d1ea53202e8 (patch)
treea183b4d8b203a7df3f40e0dbbb1d78fbfc2b43bd /audio/madfufw
parent008dd846c9c490a2d4abdcddce320ddb1117bab2 (diff)
downloadports-60f4b1d25201c8830c3ea014fc763d1ea53202e8.tar.gz
ports-60f4b1d25201c8830c3ea014fc763d1ea53202e8.zip
- Remove always false condition
Notes
Notes: svn path=/head/; revision=374559
Diffstat (limited to 'audio/madfufw')
-rw-r--r--audio/madfufw/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/madfufw/Makefile b/audio/madfufw/Makefile
index bb01d43514f7..d454024ff069 100644
--- a/audio/madfufw/Makefile
+++ b/audio/madfufw/Makefile
@@ -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>