- Argghhh, fix one last conflicting file with gtk-engines [1]
Pointed out by: mezz
This commit is contained in:
parent
f1dc64b86d
commit
7650f2aed5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133292
2 changed files with 9 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= clearlooks
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= clearlooks
|
||||
|
@ -20,6 +20,7 @@ USE_BZIP2= yes
|
|||
USE_LIBTOOL_VER=15
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib"
|
||||
|
@ -64,4 +65,10 @@ pre-everything::
|
|||
fi
|
||||
.endif
|
||||
|
||||
.if ${PORTNAME} != "clearlooks"
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|gtkrc||' \
|
||||
${WRKSRC}/themes/Clearlooks/gtk-2.0/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -33,7 +33,7 @@ share/icons/Clearlooks/24x24/gtk/gtk-refresh.png
|
|||
share/icons/Clearlooks/index.theme
|
||||
share/themes/Clearlooks-DeepSky/gtk-2.0/gtkrc
|
||||
share/themes/Clearlooks-Olive/gtk-2.0/gtkrc
|
||||
share/themes/Clearlooks/gtk-2.0/gtkrc
|
||||
%%ENGINE%%share/themes/Clearlooks/gtk-2.0/gtkrc
|
||||
share/themes/Clearlooks/index.theme
|
||||
@dirrm share/themes/Clearlooks/gtk-2.0
|
||||
@dirrm share/themes/Clearlooks-Olive/gtk-2.0
|
||||
|
|
Loading…
Reference in a new issue