diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-16 14:31:37 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-16 14:31:37 +0000 |
commit | 2f9d4423b6c4d4da3c7694b0ca6056613941ac30 (patch) | |
tree | fecfc527fd92e1b337091ac336d37e591c1795a3 /editors/wily/Makefile | |
parent | 945429ef02ed33259aaaf5be37a7c21fd1da91f1 (diff) |
Notes
Diffstat (limited to 'editors/wily/Makefile')
-rw-r--r-- | editors/wily/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 31481d1505bd..359654951271 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -6,14 +6,11 @@ # PORTNAME= wily -PORTVERSION= 0.13.41 -PORTREVISION= 2 +PORTVERSION= 0.13.42 CATEGORIES= editors plan9 -MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \ - ftp://ftp.cs.su.oz.au/gary/wily/src/old/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= A clone of the Plan9 editor `acme' RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ @@ -42,12 +39,13 @@ BROKEN= Requires more recent libc post-patch: cd ${WRKSRC}/tools/win; ${REINPLACE_CMD} -e 's," in " __FUNCTION__ "()",,' \ - win.c wgoto.c wreplace.c + win.c wgoto.c wreplace.c; \ + ${CHMOD} 755 configure mkinstalldirs; # Run the configure script in the tools directory. post-configure: @${RM} ${WRKSRC}/tools/win/config.cache - cd ${WRKSRC}/tools/win; ./configure + cd ${WRKSRC}/tools/win; ./configure --prefix=${PREFIX} # The default Wily makefile does not install any documentation. Rectify. post-install: |