svn commit: r421690 - head/devel/xdg-utils

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 10 13:12:12 UTC 2016


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 at 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}|' \


More information about the svn-ports-head mailing list