aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-15 21:41:03 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-15 21:41:03 +0800
commiteea482470e488a178122d8efc77bffada2d59275 (patch)
treefe96de7abbdc43fab7400609040fb8a07a5682c1 /x11-toolkits
parent60a063e656a34bf9cfd45e1943d77bf466c3de09 (diff)
downloadfreebsd-ports-eea482470e488a178122d8efc77bffada2d59275.tar.gz
freebsd-ports-eea482470e488a178122d8efc77bffada2d59275.tar.zst
freebsd-ports-eea482470e488a178122d8efc77bffada2d59275.zip
- Fix LICENSE
- Add LICENSE_FILE - Switch to options helpers - Fix WWW: Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=436243
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pure-gtk/Makefile8
-rw-r--r--x11-toolkits/pure-gtk/pkg-descr2
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/pure-gtk/Makefile b/x11-toolkits/pure-gtk/Makefile
index b49da4d0d076..7ff3f976b533 100644
--- a/x11-toolkits/pure-gtk/Makefile
+++ b/x11-toolkits/pure-gtk/Makefile
@@ -10,8 +10,8 @@ DIST_SUBDIR= pure
MAINTAINER= lichray@gmail.com
COMMENT= Set of Pure language bindings for GTK+
-LICENSE= GPLv3 LGPL3
-LICENSE_COMB= dual
+LICENSE= LGPL3+
+LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libcairo.so:graphics/cairo
@@ -23,9 +23,11 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
diff --git a/x11-toolkits/pure-gtk/pkg-descr b/x11-toolkits/pure-gtk/pkg-descr
index 68a6976a92b2..9961594b4c49 100644
--- a/x11-toolkits/pure-gtk/pkg-descr
+++ b/x11-toolkits/pure-gtk/pkg-descr
@@ -2,4 +2,4 @@ pure-gtk is a collection of bindings to use the GTK+ GUI toolkit version 2.x
with Pure. The bindings include the gtk (+gdk), glib, atk, cairo and pango
libraries, each in their own Pure module.
-WWW: http://docs.pure-lang.googlecode.com/hg/pure-gtk.html
+WWW: https://puredocs.bitbucket.io/pure-gtk.html