aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkextra2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkextra2/Makefile')
-rw-r--r--x11-toolkits/gtkextra2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile
index 97863ead0b3f..e5637fb42512 100644
--- a/x11-toolkits/gtkextra2/Makefile
+++ b/x11-toolkits/gtkextra2/Makefile
@@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Useful widget set complementary to GTK+ 2.0
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= gmake libtool pathfix pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
@@ -29,7 +32,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/gtkextra/gtkcharsel.c
-post-install:
+post-install-DOCS-on:
.for d in reference tutorial
@${MKDIR} ${STAGEDIR}${DOCSDIR}/${d}
@(cd ${WRKSRC}/docs/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})