aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-05-02 16:04:30 +0800
committeredwin <edwin@FreeBSD.org>2007-05-02 16:04:30 +0800
commit03177838ba3bb0b6cd2b166fa47fe566a635237f (patch)
treedbdb5832ebf7a1c03eb174f3f89f206e0f4e91e6 /audio
parente3541eb05908ad76eeb040a72617f3f1e94c6391 (diff)
downloadfreebsd-ports-graphics-03177838ba3bb0b6cd2b166fa47fe566a635237f.tar.gz
freebsd-ports-graphics-03177838ba3bb0b6cd2b166fa47fe566a635237f.tar.zst
freebsd-ports-graphics-03177838ba3bb0b6cd2b166fa47fe566a635237f.zip
[patch] cleanup non-supported FreeBSD versions
PR: ports/111696 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Diffstat (limited to 'audio')
-rw-r--r--audio/uade/Makefile10
-rw-r--r--audio/xmms-uade/Makefile10
2 files changed, 4 insertions, 16 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile
index f4f1929b45a..fe604d640dd 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>
diff --git a/audio/xmms-uade/Makefile b/audio/xmms-uade/Makefile
index f4f1929b45a..fe604d640dd 100644
--- a/audio/xmms-uade/Makefile
+++ b/audio/xmms-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>