aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/nxtvepg
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-06 05:36:39 +0800
committerpav <pav@FreeBSD.org>2009-01-06 05:36:39 +0800
commitce63afce79cdadc19f08fb68107d342b48f952a9 (patch)
treeb94400f72c2b6e4dfb9741e0a6ff3bc33d232358 /multimedia/nxtvepg
parent5db9c2715f2cb550af20c58ae212b7179f7759ea (diff)
downloadfreebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.gz
freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.tar.zst
freebsd-ports-gnome-ce63afce79cdadc19f08fb68107d342b48f952a9.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'multimedia/nxtvepg')
-rw-r--r--multimedia/nxtvepg/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/nxtvepg/Makefile b/multimedia/nxtvepg/Makefile
index 973a2132bdc5..80ed19d42c6a 100644
--- a/multimedia/nxtvepg/Makefile
+++ b/multimedia/nxtvepg/Makefile
@@ -24,15 +24,10 @@ MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} WRKSRC=${WRKSRC}
MAN1= nxtvepg.1
MYPORTDOCS= README TODO CHANGES manual.html
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 502100
post-patch:
${REINPLACE_CMD} -e "s,machine/ioctl_bt848.h,dev/bktr/ioctl_bt848.h,; \
s,machine/ioctl_meteor.h,dev/bktr/ioctl_meteor.h," \
${WRKSRC}/epgvbi/btdrv4linux.c ${WRKSRC}/tvsim/tvsim_main.c
-.endif
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/nxtvepg ${LOCALBASE}/bin
@@ -46,4 +41,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>