aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bsdbktr_tvtune
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/bsdbktr_tvtune
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/bsdbktr_tvtune')
-rw-r--r--multimedia/bsdbktr_tvtune/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/multimedia/bsdbktr_tvtune/Makefile b/multimedia/bsdbktr_tvtune/Makefile
index 702fdff119cb..f16a21701745 100644
--- a/multimedia/bsdbktr_tvtune/Makefile
+++ b/multimedia/bsdbktr_tvtune/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://mina.naguib.ca/dist/
MAINTAINER= mina.website@naguib.ca
COMMENT= A console Brooktree (bktr) TV tuner
+ONLY_FOR_ARCHS= alpha i386
PLIST_FILES= bin/bsdbktr_tvtune
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= bsdbktr_tvtune
@@ -20,12 +21,4 @@ ALL_TARGET= bsdbktr_tvtune
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bsdbktr_tvtune ${PREFIX}/bin/
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-ONLY_FOR_ARCHS= i386
-.else
-ONLY_FOR_ARCHS= alpha i386
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>