diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /x11-themes | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-crystal-theme/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/cursor-polar-theme/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/cursor-crystal-theme/Makefile b/x11-themes/cursor-crystal-theme/Makefile index 164fe08cf148..1b1c5e50f20e 100644 --- a/x11-themes/cursor-crystal-theme/Makefile +++ b/x11-themes/cursor-crystal-theme/Makefile @@ -10,6 +10,7 @@ PORTNAME= cursor-crystal-theme DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= http://www.notmart.org/files/ \ http://pinguin.stttelkom.ac.id/gentoo/distfiles/ @@ -23,7 +24,6 @@ BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ USE_BZIP2= yes USE_GMAKE= yes -USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e 's|function ||' \ diff --git a/x11-themes/cursor-polar-theme/Makefile b/x11-themes/cursor-polar-theme/Makefile index 0353bf626116..76b52a558e80 100644 --- a/x11-themes/cursor-polar-theme/Makefile +++ b/x11-themes/cursor-polar-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= polar-theme PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= cursor- @@ -18,7 +18,6 @@ COMMENT= Polar is a smooth and simple cursor set NO_BUILD= yes USE_BZIP2= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR} |