[Midnightbsd-cvs] mports: Makefile: after the kde/qt changes, this broke on my system and

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 23 10:35:31 EDT 2008


Log Message:
-----------
after the kde/qt changes, this broke on my system and magus.  This fixes it locally but we'll wait and see on magus.

Modified Files:
--------------
    mports/textproc/soprano:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/soprano/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/soprano/Makefile -L textproc/soprano/Makefile -u -r1.2 -r1.3
--- textproc/soprano/Makefile
+++ textproc/soprano/Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	soprano
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -24,9 +25,9 @@
 USE_LDCONFIG=	yes
 USE_CMAKE=	yes
 
-MAKE_ARGS+=	${PTHREASD_LDFLAGS}
+MAKE_ARGS+=	${PTHREASD_LDFLAGS} DESTDIR=${FAKE_DESTDIR}
 LDFLAGS+=	${PTHREAD_LDFLAGS}
-#MAKE_ENV+=	CFLAGS+=${CFLAGS} LDFLAGS+=${LDFLAGS}
+MAKE_ENV+=	DESTDIR=${FAKE_DESTDIR}
 
 post-patch:
 	${MKDIR} ${WRKSRC}


More information about the Midnightbsd-cvs mailing list