Date: Sat, 10 Sep 2016 13:12:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421690 - head/devel/xdg-utils Message-ID: <201609101312.u8ADCB5g038407@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Sep 10 13:12:11 2016 New Revision: 421690 URL: https://svnweb.freebsd.org/changeset/ports/421690 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/xdg-utils/Makefile Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Sat Sep 10 13:11:31 2016 (r421689) +++ head/devel/xdg-utils/Makefile Sat Sep 10 13:12:11 2016 (r421690) @@ -9,6 +9,9 @@ MASTER_SITES= http://portland.freedeskto MAINTAINER= gnome@FreeBSD.org COMMENT= Tools to allow all applications to integrate with the free desktop +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= xmlto:textproc/xmlto RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ xprop:x11/xprop \ @@ -16,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hi USES= gmake GNU_CONFIGURE= yes +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609101312.u8ADCB5g038407>