aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/qt-bluecurve-theme/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-03-24 22:58:10 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-03-24 22:58:10 +0000
commit5d3d308ec622eb5562804cf018f8c5960bf13988 (patch)
tree2321f6bea0d01b28ac9c6dfa89fb5c6589721aa9 /x11-themes/qt-bluecurve-theme/Makefile
parent300621442f1406b619f55522842faf76ae97a51c (diff)
downloadports-5d3d308ec622eb5562804cf018f8c5960bf13988.tar.gz
ports-5d3d308ec622eb5562804cf018f8c5960bf13988.zip
Update to version 0.88 (from Fedora).
Approved by: maintainer timeout (3 weeks+)
Notes
Notes: svn path=/head/; revision=105165
Diffstat (limited to 'x11-themes/qt-bluecurve-theme/Makefile')
-rw-r--r--x11-themes/qt-bluecurve-theme/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-themes/qt-bluecurve-theme/Makefile b/x11-themes/qt-bluecurve-theme/Makefile
index 2761e99bfd96..048befe93aac 100644
--- a/x11-themes/qt-bluecurve-theme/Makefile
+++ b/x11-themes/qt-bluecurve-theme/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= qt-bluecurve-theme
-PORTVERSION= 0.73
-PORTREVISION= 1
+PORTVERSION= 0.88
CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
-MASTER_SITE_SUBDIR= 9/en/os/i386/SRPMS
+MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
+MASTER_SITE_SUBDIR= fedora/fedora/1/i386/SRPMS.os
DISTFILES= redhat-artwork-${PORTVERSION}-${RH_SUBVERSION}.src.rpm
MAINTAINER= rzheka@users.sourceforge.net
-COMMENT= Bluecurve unified-look theme for QT3 from RedHat 8.0
+COMMENT= Bluecurve unified-look theme for QT3 from Fedora
EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
@@ -52,7 +51,7 @@ do-build:
(cd $$theme_dir; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}); \
done
do-install:
- @${MKDIR} ${PREFIX}/plugins/styles && ${CHMOD} a+rx ${PREFIX}/plugins/styles
- @${INSTALL_PROGRAM} ${WRKSRC}/art/qt/Bluecurve/.libs/bluecurve.so ${PREFIX}/plugins/styles
+ @${MKDIR} ${PREFIX}/lib/plugins/styles && ${CHMOD} a+rx ${PREFIX}/lib/plugins/styles
+ @${INSTALL_PROGRAM} ${WRKSRC}/art/qt/Bluecurve/.libs/bluecurve.so ${PREFIX}/lib/plugins/styles
.include <bsd.port.mk>