diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-10-28 11:17:40 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-10-30 10:22:07 +0000 |
commit | 11a84b2a670e6147b250bbc8819a005427494f84 (patch) | |
tree | 2258f0801c7a28bfc69da52df0e4a4026928b789 | |
parent | ede8279aabda82b5035162f2b3d2c53308a07031 (diff) | |
download | ports-11a84b2a670e6147b250bbc8819a005427494f84.tar.gz ports-11a84b2a670e6147b250bbc8819a005427494f84.zip |
x11-themes/cursor-crystal-theme: remove broken symlinks
Upstream installs some broken symlinks.
PR: 267369
Reported by: rozhuk.im@gmail.com
Reviewed by:
Tested by:
-rw-r--r-- | x11-themes/cursor-crystal-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/cursor-crystal-theme/pkg-plist | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/cursor-crystal-theme/Makefile b/x11-themes/cursor-crystal-theme/Makefile index 6cf83a167ade..bb6041e75d25 100644 --- a/x11-themes/cursor-crystal-theme/Makefile +++ b/x11-themes/cursor-crystal-theme/Makefile @@ -1,6 +1,6 @@ PORTNAME= cursor-crystal-theme DISTVERSION= 1.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-themes MASTER_SITES= http://www.notmart.org/files/ \ http://pinguin.stttelkom.ac.id/gentoo/distfiles/ @@ -27,6 +27,7 @@ post-patch: ${WRKSRC}/green_src/Makefile \ ${WRKSRC}/left-handed_templates/Makefile \ ${WRKSRC}/white_src/Makefile + @${REINPLACE_CMD} -e '/cross/d' ${WRKSRC}/left-handed_templates/Makefile pre-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} clean ${MAKE_ARGS}) diff --git a/x11-themes/cursor-crystal-theme/pkg-plist b/x11-themes/cursor-crystal-theme/pkg-plist index f7094d9848cc..b00f04691721 100644 --- a/x11-themes/cursor-crystal-theme/pkg-plist +++ b/x11-themes/cursor-crystal-theme/pkg-plist @@ -108,7 +108,6 @@ share/icons/crystalblueleft/cursors/left_ptr_watch share/icons/crystalblueleft/cursors/link share/icons/crystalblueleft/cursors/move share/icons/crystalblueleft/cursors/pencil -share/icons/crystalblueleft/cursors/plus share/icons/crystalblueleft/cursors/question_arrow share/icons/crystalblueleft/cursors/right_ptr share/icons/crystalblueleft/cursors/sb_right_arrow @@ -228,7 +227,6 @@ share/icons/crystalgrayleft/cursors/left_ptr_watch share/icons/crystalgrayleft/cursors/link share/icons/crystalgrayleft/cursors/move share/icons/crystalgrayleft/cursors/pencil -share/icons/crystalgrayleft/cursors/plus share/icons/crystalgrayleft/cursors/question_arrow share/icons/crystalgrayleft/cursors/right_ptr share/icons/crystalgrayleft/cursors/sb_right_arrow @@ -348,7 +346,6 @@ share/icons/crystalgreenleft/cursors/left_ptr_watch share/icons/crystalgreenleft/cursors/link share/icons/crystalgreenleft/cursors/move share/icons/crystalgreenleft/cursors/pencil -share/icons/crystalgreenleft/cursors/plus share/icons/crystalgreenleft/cursors/question_arrow share/icons/crystalgreenleft/cursors/right_ptr share/icons/crystalgreenleft/cursors/sb_right_arrow @@ -468,7 +465,6 @@ share/icons/crystalwhiteleft/cursors/left_ptr_watch share/icons/crystalwhiteleft/cursors/link share/icons/crystalwhiteleft/cursors/move share/icons/crystalwhiteleft/cursors/pencil -share/icons/crystalwhiteleft/cursors/plus share/icons/crystalwhiteleft/cursors/question_arrow share/icons/crystalwhiteleft/cursors/right_ptr share/icons/crystalwhiteleft/cursors/sb_right_arrow |