aboutsummaryrefslogtreecommitdiff
path: root/x11/gtk-theme-switch
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-28 14:02:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-28 14:02:34 +0000
commite2e7c9e84f3e4929691c6a9aab177c9867641158 (patch)
tree6ab3e07c0263b799e91a83640b6a0124ab5dc2b5 /x11/gtk-theme-switch
parent92338a75ee1b1479adb31a5ff620a4473424ad88 (diff)
downloadports-e2e7c9e84f3e4929691c6a9aab177c9867641158.tar.gz
ports-e2e7c9e84f3e4929691c6a9aab177c9867641158.zip
Notes
Diffstat (limited to 'x11/gtk-theme-switch')
-rw-r--r--x11/gtk-theme-switch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gtk-theme-switch/Makefile b/x11/gtk-theme-switch/Makefile
index 2883daae084f..c4c5c80cfb68 100644
--- a/x11/gtk-theme-switch/Makefile
+++ b/x11/gtk-theme-switch/Makefile
@@ -11,13 +11,15 @@ PKGNAMESUFFIX= 1
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line tool for switching GTK+ themes
+LICENSE= GPLv2
+
USE_GNOME= gtk12
USES= gmake
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}/README
+ ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}/README
.include <bsd.port.mk>