View | Details | Raw Unified | Return to bug 156361
Collapse All | Expand All

(-)pkg-message (-8 lines)
Removed Link Here
1
##########################################
2
wmfs has been installed.
3
4
A default wmfsrc has been installed to:
5
 PREFIX/etc/xdg/wmfs/wmfsrc
6
Copy it to ~/.config/wmfs/ and modify it.
7
8
##########################################
(-)Makefile (-9 / +6 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	wmfs
8
PORTNAME=	wmfs
9
DISTVERSION=	201011
9
DISTVERSION=	201104
10
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
11
MASTER_SITES=	http://wmfs.info/attachments/download/15/ \
11
MASTER_SITES=	http://wmfs.info/attachments/download/15/ \
12
		http://cloud.github.com/downloads/philpep/wmfs/
12
		http://cloud.github.com/downloads/xorg62/wmfs/ \
13
		http://cloud.github.com/downloddads/philpep/wmfs/
13
14
14
MAINTAINER=	dhn@FreeBSD.org
15
MAINTAINER=	dhn@FreeBSD.org
15
COMMENT=	A floating and tiling Window Manager From Scratch
16
COMMENT=	A floating and tiling Window Manager From Scratch
Lines 25-35 Link Here
25
MAN1=	${PORTNAME}.1
26
MAN1=	${PORTNAME}.1
26
MANCOMPRESSED=	yes
27
MANCOMPRESSED=	yes
27
28
28
PLIST_FILES=	bin/wmfs \
29
SUB_FILES=	pkg-message
29
		etc/xdg/wmfs/wmfsrc \
30
		share/xsessions/wmfs.desktop
31
32
PLIST_DIRS=	etc/xdg/wmfs etc/xdg share/xsessions
33
30
34
OPTIONS=	XRANDR "Enable xrandr support" on \
31
OPTIONS=	XRANDR "Enable xrandr support" on \
35
		XINERAMA "Enable xinerama support" on \
32
		XINERAMA "Enable xinerama support" on \
Lines 60-66 Link Here
60
.endif
57
.endif
61
58
62
post-install:
59
post-install:
63
	@${CAT} ${PKGMESSAGE} | ${SED} "s|PREFIX|${PREFIX}|g" \
60
	${CAT} ${PKGMESSAGE} | ${SED} "s|%%PREFIX%%|${PREFIX}|g" \
64
	${PKGDIR}/pkg-message
61
	${FILESDIR}/pkg-message.in
65
62
66
.include <bsd.port.post.mk>
63
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wmfs-201011.tar.gz) = 85d3c77a267608c3c736f3a23032119bda3328f3571d5d3064e99bcea55e69e5
1
SHA256 (wmfs-201104.tar.gz) = c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
2
SIZE (wmfs-201011.tar.gz) = 85765
2
SIZE (wmfs-201104.tar.gz) = 79878
(-)pkg-plist (+6 lines)
Added Link Here
1
bin/wmfs
2
etc/xdg/wmfs/wmfsrc
3
share/xsessions/wmfs.desktop
4
@dirrm share/xsessions
5
@dirrm etc/xdg/wmfs
6
@dirrmtry etc/xdg
(-)files/pkg-message.in (+6 lines)
Added Link Here
1
2
A default wmfsrc has been installed to:
3
	%%PREFIX%%/etc/xdg/wmfs/wmfsrc
4
5
You may copy it to ~/.config/wmfs and modify it
6

Return to bug 156361