1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

[patch] cleanup non-supported FreeBSD versions

PR:		ports/111696
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-05-02 08:04:30 +00:00
parent 10e1da0933
commit 40e46c09ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191396
2 changed files with 4 additions and 16 deletions

View File

@ -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>

View File

@ -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>