aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tivodecode
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:01:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:01:29 +0000
commitfa9509791fb3ad63885e207da5c039b25eeef942 (patch)
tree583269ded864355a8d5031d218db57c2bc88511d /multimedia/tivodecode
parent81cd10f8d2bfe2ad25124f31d629351947acaa56 (diff)
downloadports-fa9509791fb3ad63885e207da5c039b25eeef942.tar.gz
ports-fa9509791fb3ad63885e207da5c039b25eeef942.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200776
Diffstat (limited to 'multimedia/tivodecode')
-rw-r--r--multimedia/tivodecode/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/tivodecode/Makefile b/multimedia/tivodecode/Makefile
index a046f2eadba1..e1ac7a97afbd 100644
--- a/multimedia/tivodecode/Makefile
+++ b/multimedia/tivodecode/Makefile
@@ -15,12 +15,6 @@ COMMENT= Converts .TiVo files to normal MPEG files
USE_GMAKE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-tivo-parse.c
-.endif
-
post-patch:
${REINPLACE_CMD} -e 's/CFLAGS=/CFLAGS+=/' ${WRKSRC}/Makefile
@@ -32,4 +26,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>