Index: head/x11-themes/slim-freebsd-dark-theme/Makefile =================================================================== --- head/x11-themes/slim-freebsd-dark-theme/Makefile (revision 540398) +++ head/x11-themes/slim-freebsd-dark-theme/Makefile (revision 540399) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= slim-freebsd-dark-theme DISTVERSIONPREFIX= v DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes MAINTAINER= miguel@gocobachi.dev COMMENT= Minimalist FreeBSD black/red colors theme for SLiM LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= gocobachi NO_ARCH= yes NO_BUILD= yes PLIST_FILES= ${_THEMEDIR_REL}/background.png \ ${_THEMEDIR_REL}/panel.png \ ${_THEMEDIR_REL}/screenshot.png \ ${_THEMEDIR_REL}/slim.theme _THEMEDIR_REL= share/slim/themes/slim-freebsd-dark-theme _THEMEDIR= ${PREFIX}/${_THEMEDIR_REL} do-install: @${MKDIR} ${STAGEDIR}${_THEMEDIR} - (cd ${WRKSRC} && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${_THEMEDIR} '! -name LICENSE ! -name README.md') + ${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${_THEMEDIR}/ + ${INSTALL_DATA} ${WRKSRC}/*.theme ${STAGEDIR}${_THEMEDIR}/ .include Index: head/x11-themes/slim-freebsd-dark-theme/pkg-descr =================================================================== --- head/x11-themes/slim-freebsd-dark-theme/pkg-descr (revision 540398) +++ head/x11-themes/slim-freebsd-dark-theme/pkg-descr (revision 540399) @@ -1,11 +1,4 @@ -SLiM is an acronym for "Simple Login Manager". - -Lightweight and easily configurable, SLiM requires minimal dependencies, -and none from the GNOME or KDE desktop environments. It therefore contributes -towards a lightweight system for users that also like to use lightweight -desktops such as Xfce, Openbox, and Fluxbox. - -This package is a minimalist FreeBSD black/red colors theme, using -the colors defined by the FreeBSD Foundation. +Minimalist FreeBSD black/red colors theme for the SLiM Login Manager, +using the logo and colors created by the FreeBSD Foundation. WWW: https://github.com/gocobachi/slim-freebsd-dark-theme