diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-23 21:12:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-23 21:12:35 +0800 |
commit | 62f00d9baab4750b8d2821f44cb76d6a1a961a31 (patch) | |
tree | b3a286e8a993c51f3886645d1ad0a3c3e2dbc1e0 /x11-wm | |
parent | 881733b91b41d14d54b1d6fa0cf6f996fb05de5b (diff) | |
download | freebsd-ports-graphics-62f00d9baab4750b8d2821f44cb76d6a1a961a31.tar.gz freebsd-ports-graphics-62f00d9baab4750b8d2821f44cb76d6a1a961a31.tar.zst freebsd-ports-graphics-62f00d9baab4750b8d2821f44cb76d6a1a961a31.zip |
- 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'
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/clementine-wm/Makefile (renamed from x11-wm/clementine/Makefile) | 7 | ||||
-rw-r--r-- | x11-wm/clementine-wm/distinfo (renamed from x11-wm/clementine/distinfo) | 0 | ||||
-rw-r--r-- | x11-wm/clementine-wm/files/patch-painter.cpp (renamed from x11-wm/clementine/files/patch-painter.cpp) | 0 | ||||
-rw-r--r-- | x11-wm/clementine-wm/files/patch-windowmanager.cpp (renamed from x11-wm/clementine/files/patch-windowmanager.cpp) | 0 | ||||
-rw-r--r-- | x11-wm/clementine-wm/pkg-descr (renamed from x11-wm/clementine/pkg-descr) | 0 | ||||
-rw-r--r-- | x11-wm/clementine-wm/pkg-message (renamed from x11-wm/clementine/pkg-message) | 0 |
7 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 8a114583a84..635f6e65219 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -16,7 +16,7 @@ SUBDIR += blackbox SUBDIR += bspwm SUBDIR += ccsm - SUBDIR += clementine + SUBDIR += clementine-wm SUBDIR += compiz SUBDIR += compiz-fusion SUBDIR += compiz-plugins-extra diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine-wm/Makefile index 809b976eea9..a8bf05aa840 100644 --- a/x11-wm/clementine/Makefile +++ b/x11-wm/clementine-wm/Makefile @@ -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}) diff --git a/x11-wm/clementine/distinfo b/x11-wm/clementine-wm/distinfo index 248eee7cd2c..248eee7cd2c 100644 --- a/x11-wm/clementine/distinfo +++ b/x11-wm/clementine-wm/distinfo diff --git a/x11-wm/clementine/files/patch-painter.cpp b/x11-wm/clementine-wm/files/patch-painter.cpp index 4bf2a6c0f60..4bf2a6c0f60 100644 --- a/x11-wm/clementine/files/patch-painter.cpp +++ b/x11-wm/clementine-wm/files/patch-painter.cpp diff --git a/x11-wm/clementine/files/patch-windowmanager.cpp b/x11-wm/clementine-wm/files/patch-windowmanager.cpp index 5668b0cce48..5668b0cce48 100644 --- a/x11-wm/clementine/files/patch-windowmanager.cpp +++ b/x11-wm/clementine-wm/files/patch-windowmanager.cpp diff --git a/x11-wm/clementine/pkg-descr b/x11-wm/clementine-wm/pkg-descr index 2c025a6b71a..2c025a6b71a 100644 --- a/x11-wm/clementine/pkg-descr +++ b/x11-wm/clementine-wm/pkg-descr diff --git a/x11-wm/clementine/pkg-message b/x11-wm/clementine-wm/pkg-message index 1cb3c35e3f6..1cb3c35e3f6 100644 --- a/x11-wm/clementine/pkg-message +++ b/x11-wm/clementine-wm/pkg-message |