[Midnightbsd-cvs] mports: Makefile: fake fix.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Apr 4 00:03:23 EDT 2008


Log Message:
-----------
fake fix.  License.  The fakedestdir is still in those compiled libraries,
but it may not be an issue.  This way more of the tree can build.

Modified Files:
--------------
    mports/devel/py-gobject:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/py-gobject/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/py-gobject/Makefile -L devel/py-gobject/Makefile -u -r1.1 -r1.2
--- devel/py-gobject/Makefile
+++ devel/py-gobject/Makefile
@@ -17,6 +17,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Python bindings for GObject
+LICENSE=	gpl2
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
@@ -27,4 +28,6 @@
 
 CONFLICTS=	py*-gtk-0*
 
+SKIP_FAKE_CHECK=.*\.py[co]
+
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list