[Midnightbsd-cvs] mports: Makefile: fix configure target

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 16:27:57 EDT 2009


Log Message:
-----------
fix configure target

Modified Files:
--------------
    mports/x11/libXTrap:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/libXTrap/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11/libXTrap/Makefile -L x11/libXTrap/Makefile -u -r1.1 -r1.2
--- x11/libXTrap/Makefile
+++ x11/libXTrap/Makefile
@@ -1,10 +1,4 @@
-# New ports collection makefile for:	libXTrap
-# Date Created:				21 Feb 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
-# $FreeBSD: ports/x11/libXTrap/Makefile,v 1.1 2007/05/19 20:26:47 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	libXTrap
 PORTVERSION=	1.0.0
@@ -18,6 +12,6 @@
 USE_XORG=	trapproto:both x11 xext xextproto xt
 USE_AUTOTOOLS=	libtool:15
 
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.1
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list