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

(-)wmfs/Makefile (-1 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	wmfs
8
PORTNAME=	wmfs
9
DISTVERSION=	201001
9
DISTVERSION=	201003
10
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
11
MASTER_SITES=	http://www.wmfs.info/static/dl/
11
MASTER_SITES=	http://www.wmfs.info/static/dl/
12
12
Lines 30-37 Link Here
30
		%%DOCSDIR%%/wmfsrc
30
		%%DOCSDIR%%/wmfsrc
31
PLIST_DIRS=	%%DOCSDIR%% etc/xdg/wmfs etc/xdg share/xsessions
31
PLIST_DIRS=	%%DOCSDIR%% etc/xdg/wmfs etc/xdg share/xsessions
32
32
33
OPTIONS= IMLIB2 "Enable Imlib2 support" on
34
33
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
34
36
37
.if defined(WITH_IMLIB2)
38
USE_EFL+= imlib2
39
.endif
40
35
post-patch:
41
post-patch:
36
	@${REINPLACE_CMD} -e 's|share/$${PROJECT_NAME})|${DOCSDIR})|g' \
42
	@${REINPLACE_CMD} -e 's|share/$${PROJECT_NAME})|${DOCSDIR})|g' \
37
		-e 's|$${PREFIX}/share/man|/$${PREFIX}/man|g' \
43
		-e 's|$${PREFIX}/share/man|/$${PREFIX}/man|g' \
(-)wmfs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (wmfs-201001.tar.gz) = c9c911c11450dc145a2ccbb66e8d0034
1
MD5 (wmfs-201003.tar.gz) = 60c358bc0e45ea7728d510906448d6f3
2
SHA256 (wmfs-201001.tar.gz) = 5c8d71f20d6e981172c8a954bf1d05f4159e4c4e63db11b05482e411e85e0f5c
2
SHA256 (wmfs-201003.tar.gz) = 4af8ab92d166b465d8a9a5e2c881c6ce489ee27c049b38ef6344e4bf1a10b67e
3
SIZE (wmfs-201001.tar.gz) = 102502
3
SIZE (wmfs-201003.tar.gz) = 107711

Return to bug 145109