summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-05 10:31:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-07-05 10:31:36 +0000
commit152695f66e24a26c568354252ef9471a6103a33b (patch)
treeb0d3a588aff9a9b4b31df935f6275a698d8ba399 /x11-themes
parent- Switch to options helpers (diff)
- Add LICENSE
- Add NO_ARCH - Cosmetic fixes - Update WWW
Notes
Notes: svn path=/head/; revision=445069
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/beastie/Makefile11
-rw-r--r--x11-themes/beastie/pkg-descr2
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile
index 0735a91e1470..14db3178cec0 100644
--- a/x11-themes/beastie/Makefile
+++ b/x11-themes/beastie/Makefile
@@ -13,22 +13,23 @@ DISTNAME= Beastie-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Gnome theme with FreeBSD Colors
-RUN_DEPENDS+= gtk-engines2>=2.7.4_1:x11-themes/gtk-engines2 \
+LICENSE= NONE
+
+RUN_DEPENDS= gtk-engines2>=2.7.4_1:x11-themes/gtk-engines2 \
gnome-themes>=2.11.91:x11-themes/gnome-themes
WRKSRC= ${WRKDIR}/Beastie
NO_BUILD= yes
+NO_ARCH= yes
THEME_FILES= README index.theme gtk-2.0/gtkrc
THEME_DIR= share/themes/Beastie/
PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|}
-.include <bsd.port.pre.mk>
-
do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
.for f in ${THEME_FILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEME_DIR}/${f}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11-themes/beastie/pkg-descr b/x11-themes/beastie/pkg-descr
index d2c1f82ed36d..2dcad118cd1a 100644
--- a/x11-themes/beastie/pkg-descr
+++ b/x11-themes/beastie/pkg-descr
@@ -1,3 +1,3 @@
GNOME theme with FreeBSD colors
-WWW: http://people.freebsd.org/~ahze/Beastie/
+WWW: https://people.freebsd.org/~ahze/Beastie/