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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 14 15:52:53 EDT 2009


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

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/liboldX/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11/liboldX/Makefile -L x11/liboldX/Makefile -u -r1.1 -r1.2
--- x11/liboldX/Makefile
+++ x11/liboldX/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	liboldX
-# Date Created:				Dec 16 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
-# $FreeBSD: ports/x11/liboldX/Makefile,v 1.1 2007/05/19 20:27:01 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	liboldX
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -18,6 +13,6 @@
 USE_XORG=	x11
 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