Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 07:50:16 -0700 (PDT)
From:      Simon Barner <barner@in.tum.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58334: multimedia/fxtv: add architecture constraints
Message-ID:  <200310211450.h9LEoGL8003576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/58334; it has been noted by GNATS.

From: Simon Barner <barner@in.tum.de>
To: "Sergey A. Osokin" <osa@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/58334: multimedia/fxtv: add architecture constraints
Date: Tue, 21 Oct 2003 16:44:36 +0200

 > Looks like something wrong: 2 "pre-install:" targets ?
 
 Oh, sorry. c'n'p mistake. Here is the corrected patch:
 
 --- Makefile.orig	Tue Oct 21 16:23:34 2003
 +++ Makefile	Tue Oct 21 16:42:57 2003
 @@ -33,7 +33,16 @@
  MAKE_FLAGS=	-e
  MAN1=		fxtv.1
  
 +.include <bsd.port.pre.mk>
 +
 +pre-everything::
 +.if ${OSVERSION} < 500000
 +ONLY_FOR_ARCHS=	i386
 +.else
 +ONLY_FOR_ARCHS=	alpha i386 ia64
 +.endif
 +
  pre-install:
  	${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310211450.h9LEoGL8003576>