diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 10:12:26 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-15 10:12:26 +0000 |
commit | e5fd1b304fa08e40b01867bbb4bc0b2bcc49cb1a (patch) | |
tree | b14f77e527f7ebbe0e8ffef0c23739bfc1bb4e81 /editors/jed-devel/Makefile | |
parent | f7622fc4122dc692b18cc97f78a7910810f735cd (diff) |
Notes
Diffstat (limited to 'editors/jed-devel/Makefile')
-rw-r--r-- | editors/jed-devel/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/editors/jed-devel/Makefile b/editors/jed-devel/Makefile index 658e113c3875..bd2f2cf516b9 100644 --- a/editors/jed-devel/Makefile +++ b/editors/jed-devel/Makefile @@ -6,9 +6,9 @@ # PORTNAME= jed -DISTVERSION= 0.99-17.135 +DISTVERSION= 0.99-17.165 CATEGORIES= editors -MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/pre-0.99-17/ +MASTER_SITES= http://download.gna.org/jed/v0.99/devel/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-B${DISTVERSION} @@ -22,8 +22,8 @@ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} OPTIONS= X11 "Build xjed (depends of X11)" on \ SLANG2 "Build using libslang-2.x" off +USE_BZIP2= yes DIST_SUBDIR= jed -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed MAKE_ENV+= DEST_DOC_DIR=${DOCSDIR} @@ -56,11 +56,6 @@ PLIST_SUB+= XJED="" .endif post-patch: - @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ - ${WRKSRC}/src/jdmacros.h \ - ${WRKSRC}/src/ledit.c - @${REINPLACE_CMD} -e 's,__linux__,__FreeBSD__,g' \ - ${WRKSRC}/src/pty.c @${REINPLACE_CMD} -e 's,(DEST_JED_ROOT)/doc,(DEST_DOC_DIR),g' \ -e 's,\.\./info/\*,,' \ -e 's,^\(JED_DOC_.*FILES\) =,\1 \?=,g' \ |