svn commit: r523708 - head/deskutils/mozo
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jan 21 09:30:25 UTC 2020
Author: amdmi3
Date: Tue Jan 21 09:30:24 2020
New Revision: 523708
URL: https://svnweb.freebsd.org/changeset/ports/523708
Log:
- Add LICENSE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
Modified:
head/deskutils/mozo/Makefile
head/deskutils/mozo/pkg-descr
Modified: head/deskutils/mozo/Makefile
==============================================================================
--- head/deskutils/mozo/Makefile Tue Jan 21 09:14:44 2020 (r523707)
+++ head/deskutils/mozo/Makefile Tue Jan 21 09:30:24 2020 (r523708)
@@ -10,6 +10,9 @@ DIST_SUBDIR= mate
MAINTAINER= gnome at FreeBSD.org
COMMENT= Editor for the freedesktop.org menu specification
+LICENSE= LGPL20+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome localbase mate pathfix pkgconfig \
@@ -18,6 +21,7 @@ USE_MATE= menus
USE_GNOME= gtk30 intltool pygobject3
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
+NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
Modified: head/deskutils/mozo/pkg-descr
==============================================================================
--- head/deskutils/mozo/pkg-descr Tue Jan 21 09:14:44 2020 (r523707)
+++ head/deskutils/mozo/pkg-descr Tue Jan 21 09:30:24 2020 (r523708)
@@ -3,4 +3,4 @@ for MATE that lets you change your menus, simply and
quickly. Just click and type to edit, add, and delete any
menu entry.
-WWW: http://mate-desktop.org/
+WWW: https://mate-desktop.org/
More information about the svn-ports-all
mailing list