- Rename x11-wm/clementine to x11-wm/clementine-wm, so the port is not mixed up with audio/clementine-player which is more widely known as just `clementine'

This commit is contained in:
Dmitry Marakasov 2015-10-23 13:12:35 +00:00
parent 2be1162ae8
commit a9ef4c9588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400023
8 changed files with 7 additions and 3 deletions

1
MOVED
View File

@ -7896,3 +7896,4 @@ security/yubikey-personalization|security/ykpers|2015-10-18|Port duplicate with
devel/rubygem-listen2||2015-10-20|Has expired: not used by other ports anymore
devel/cloudabi-binutils|devel/cloudabi-binutils-x86_64|2015-10-21|CloudABI now supports aarch64 as well
net/ntp-rc|net/ntp|2015-10-21|ntp-4.2.8p4 has gone GA
x11-wm/clementine|x11-wm/clementine-wm|2015-10-23|add suffix so the port is not mixed up with audio/clementine-player

View File

@ -16,7 +16,7 @@
SUBDIR += blackbox
SUBDIR += bspwm
SUBDIR += ccsm
SUBDIR += clementine
SUBDIR += clementine-wm
SUBDIR += compiz
SUBDIR += compiz-fusion
SUBDIR += compiz-plugins-extra

View File

@ -6,6 +6,7 @@ PORTVERSION= 0.0.7
PORTREVISION= 7
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}/Source/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= -wm
MAINTAINER= ports@FreeBSD.org
COMMENT= Window manager based on aewm with title bars, iconization, and styles
@ -16,8 +17,6 @@ LICENSE_COMB= multi
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \
rxvt:${PORTSDIR}/x11/rxvt
OPTIONS_DEFINE= DOCS
USES= gmake
USE_XORG= x11
@ -33,6 +32,8 @@ PLIST_FILES= bin/clementine \
%%DATADIR%%/look-xemacs \
%%DATADIR%%/keys
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/X11R6|${LOCALBASE}| ; \
@ -50,6 +51,8 @@ do-install:
.for i in look-* keys
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DATADIR})
.endfor
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})