pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
greybird-theme: some improvements
Module Name: pkgsrc-wip
Committed By: Roberto Neri <robn%gmx.com@localhost>
Pushed By: robn
Date: Sat Mar 9 15:08:02 2019 +0000
Changeset: 926035a35f28e855d700e6e4cb4bb6c1293c44fa
Modified Files:
greybird-theme/Makefile
Log Message:
greybird-theme: some improvements
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=926035a35f28e855d700e6e4cb4bb6c1293c44fa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
greybird-theme/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diffs:
diff --git a/greybird-theme/Makefile b/greybird-theme/Makefile
index a80383242d..3ed07fe987 100644
--- a/greybird-theme/Makefile
+++ b/greybird-theme/Makefile
@@ -20,10 +20,11 @@ USE_TOOLS+= autoconf automake
BUILD_DEPENDS+= sassc-[0-9]*:../../www/sassc
DEPENDS+= gtk2-engines-murrine-[0-9]*:../../x11/gtk2-engines-murrine
+post-extract:
+ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755
+ find ${WRKSRC} -type f -perm 664 -print0 | xargs -0 chmod 644
+
pre-configure:
- cd ${WRKSRC} && ./autogen.sh
+ cd ${WRKSRC} && ./autogen.sh
-.include "../../lang/ruby/rubyversion.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index