aboutsummaryrefslogtreecommitdiff
path: root/audio/squash/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 06:47:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-16 06:47:06 +0000
commit0089daa72fb9c8c45b2107e37d09f77ac25df445 (patch)
tree17aac514a136270e2ecfe5084d09178dd9c87d7c /audio/squash/Makefile
parentdcaec155f9f5b7dcf6a59f318381b40bdf506cb7 (diff)
downloadports-0089daa72fb9c8c45b2107e37d09f77ac25df445.tar.gz
ports-0089daa72fb9c8c45b2107e37d09f77ac25df445.zip
[patch] audio/squash - cleanup non-supported FreeBSD versions
PR: ports/111690 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes: svn path=/head/; revision=190077
Diffstat (limited to 'audio/squash/Makefile')
-rw-r--r--audio/squash/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/squash/Makefile b/audio/squash/Makefile
index 4b3943249d89..282dd72e726f 100644
--- a/audio/squash/Makefile
+++ b/audio/squash/Makefile
@@ -29,8 +29,6 @@ USE_RUBY= yes
PORTDOCS= *
.endif
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS} ${PTHREAD_CFLAGS}|; \
s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \
@@ -55,10 +53,4 @@ do-install:
.endfor
.endif
-.if ${OSVERSION} < 501100
-
-IGNORE= "ignored: FreeBSD before 5.1 lacks the wordexp interface"
-
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>