diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-11 23:42:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-11 23:42:37 +0000 |
commit | 60f4b1d25201c8830c3ea014fc763d1ea53202e8 (patch) | |
tree | a183b4d8b203a7df3f40e0dbbb1d78fbfc2b43bd /audio/madfufw/Makefile | |
parent | 008dd846c9c490a2d4abdcddce320ddb1117bab2 (diff) | |
download | ports-60f4b1d25201c8830c3ea014fc763d1ea53202e8.tar.gz ports-60f4b1d25201c8830c3ea014fc763d1ea53202e8.zip |
Notes
Diffstat (limited to 'audio/madfufw/Makefile')
-rw-r--r-- | audio/madfufw/Makefile | 8 |
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> |