Date: Fri, 26 Jul 2013 19:46:21 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323751 - head/x11/deforaos-libdesktop Message-ID: <201307261946.r6QJkLaD089167@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Jul 26 19:46:21 2013 New Revision: 323751 URL: http://svnweb.freebsd.org/changeset/ports/323751 Log: x11/deforoas-libdesktop: Not jobs safe set MAKE_JOBS_UNSAFE and make portlint happy. Approved by: bapt/culot (mentors, implicit) Modified: head/x11/deforaos-libdesktop/Makefile Modified: head/x11/deforaos-libdesktop/Makefile ============================================================================== --- head/x11/deforaos-libdesktop/Makefile Fri Jul 26 19:40:01 2013 (r323750) +++ head/x11/deforaos-libdesktop/Makefile Fri Jul 26 19:46:21 2013 (r323751) @@ -5,8 +5,8 @@ PORTNAME= libdesktop PORTVERSION= 0.0.9 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4011/ -DISTNAME= libDesktop-${PORTVERSION} PKGNAMEPREFIX= deforaos- +DISTNAME= libDesktop-${PORTVERSION} MAINTAINER= olivier@cochard.me COMMENT= DeforaOS desktop library @@ -20,6 +20,8 @@ USES= pkgconfig USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} +MAKE_JOBS_UNSAFE= yes + post-patch: ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ ${WRKSRC}/data/pkgconfig.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307261946.r6QJkLaD089167>