[Midnightbsd-cvs] mports: Makefile: Go into the src directory to run this...

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Apr 3 20:46:52 EDT 2008


Log Message:
-----------
Go into the src directory to run this...

Modified Files:
--------------
    mports/devel/libthai:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/libthai/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L devel/libthai/Makefile -L devel/libthai/Makefile -u -r1.6 -r1.7
--- devel/libthai/Makefile
+++ devel/libthai/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	libthai
 PORTVERSION=	0.1.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.usablelabs.com/download/
 
@@ -28,7 +28,7 @@
 MAN3=	libthai.3 thctype.3 wtt.3
 
 pre-configure:
-	${SH} ${WRKSRC}/autogen.sh
+	@cd ${WRKSRC} && ${SH} autogen.sh
 
 post-patch:
 	@${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \


More information about the Midnightbsd-cvs mailing list