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

(-)editors/wily/Makefile (-8 / +5 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	wily
8
PORTNAME=	wily
9
PORTVERSION=	0.13.41
9
PORTVERSION=	0.13.42
10
PORTREVISION=	2
11
CATEGORIES=	editors plan9
10
CATEGORIES=	editors plan9
12
MASTER_SITES=	ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \
11
MASTER_SITES=	ftp://ftp.cs.yorku.ca/pub/wily/src/
13
		ftp://ftp.cs.su.oz.au/gary/wily/src/old/
14
EXTRACT_SUFX=	.tgz
15
12
16
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	serge.gagnon@b2b2c.ca
17
COMMENT=	A clone of the Plan9 editor `acme'
14
COMMENT=	A clone of the Plan9 editor `acme'
18
15
19
RUN_DEPENDS=	${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \
16
RUN_DEPENDS=	${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \
Lines 42-53 Link Here
42
39
43
post-patch:
40
post-patch:
44
	cd  ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \
41
	cd  ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \
45
		win.c wgoto.c wreplace.c
42
		win.c wgoto.c wreplace.c; ${CHMOD} 755 configure mkinstalldirs;
46
43
47
# Run the configure script in the tools directory.
44
# Run the configure script in the tools directory.
48
post-configure:
45
post-configure:
49
	@${RM} ${WRKSRC}/tools/win/config.cache
46
	@${RM} ${WRKSRC}/tools/win/config.cache
50
	cd ${WRKSRC}/tools/win; ./configure
47
	cd ${WRKSRC}/tools/win;  ./configure --prefix=${PREFIX}
51
48
52
# The default Wily makefile does not install any documentation.  Rectify.
49
# The default Wily makefile does not install any documentation.  Rectify.
53
post-install:
50
post-install:
(-)editors/wily/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (wily-0.13.41.tgz) = 6fd6052741a4c3915982878405f752ca
1
MD5 (wily-0.13.42.tar.gz) = 0a1908eaa957c87dfe82e506ff314160
2
SHA256 (wily-0.13.41.tgz) = f1da438efa6068f067e77ca18d23d02a1e232ce4e2d91b562cb2fc10d2026a9c
2
SHA256 (wily-0.13.42.tar.gz) = 5f5498b11c28c8d1fde7750f133a4ab2faca4b23f2ca0a563103ea34e667c4cb
3
SIZE (wily-0.13.41.tgz) = 483429
3
SIZE (wily-0.13.42.tar.gz) = 487783

Return to bug 97308