aboutsummaryrefslogtreecommitdiff
path: root/audio/uade
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 08:04:30 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 08:04:30 +0000
commit40e46c09ce23006f96737e396755f62e4e6fb561 (patch)
tree4c77f7e044a7f53e224cd5e68f85b32dcb4cbc14 /audio/uade
parent10e1da0933c26e6b65b1051f1ab844e91a16fe94 (diff)
downloadports-40e46c09ce23006f96737e396755f62e4e6fb561.tar.gz
ports-40e46c09ce23006f96737e396755f62e4e6fb561.zip
Notes
Diffstat (limited to 'audio/uade')
-rw-r--r--audio/uade/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile
index f4f1929b45aa..fe604d640dd4 100644
--- a/audio/uade/Makefile
+++ b/audio/uade/Makefile
@@ -46,14 +46,8 @@ PORTDOCS= UAE-CREDITS UAE-README audio_emulation.txt design.tex \
play_loop_state_diagram.dia play_loop_state_diagram.eps \
play_loop_state_diagram.txt
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
post-install:
- @${RM} -rf ${PREFIX}/share/uade2/players/S
+ @${RM} -rf ${PREFIX}/share/uade2/players/S
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -62,4 +56,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>