diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-13 08:47:29 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-13 08:47:29 +0000 |
commit | cdf4876760d21bf57f88fdac6eb17dc72e045051 (patch) | |
tree | 01614f1e69ade1a5b9ac8a8b6e2f0ccc1e172164 /audio/mpmf20 | |
parent | dd773b22a835ef07d2894245ee927440cd0ea63d (diff) | |
download | ports-cdf4876760d21bf57f88fdac6eb17dc72e045051.tar.gz ports-cdf4876760d21bf57f88fdac6eb17dc72e045051.zip |
Notes
Diffstat (limited to 'audio/mpmf20')
-rw-r--r-- | audio/mpmf20/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index 53403b29d9a2..07cf78d8df1e 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -18,13 +18,7 @@ COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player MAKEFILE= makefile PLIST_FILES= bin/mpmf20 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -BROKEN= "ffs() clash, see i386/41930" -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |