Index: head/editors/aewan/Makefile =================================================================== --- head/editors/aewan/Makefile (revision 435889) +++ head/editors/aewan/Makefile (revision 435890) @@ -1,39 +1,40 @@ # Created by: krion # $FreeBSD$ PORTNAME= aewan PORTVERSION= 1.0.01 PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Curses-based program for the creation and editing of ASCII art LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake ncurses PLIST_FILES= bin/aecat bin/aewan bin/aemakeflic \ man/man1/aecat.1.gz \ man/man1/aewan.1.gz \ man/man1/aemakeflic.1.gz \ man/man5/aewan.5.gz - PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/editors/aewan/files/patch-aeff.c =================================================================== --- head/editors/aewan/files/patch-aeff.c (revision 435889) +++ head/editors/aewan/files/patch-aeff.c (revision 435890) @@ -1,16 +1,16 @@ ---- aeff.c.orig Wed Aug 11 10:04:50 2004 -+++ aeff.c Thu Sep 2 23:56:24 2004 -@@ -187,11 +187,12 @@ +--- aeff.c.orig 2005-10-01 01:50:41 UTC ++++ aeff.c +@@ -187,11 +187,12 @@ void aeff_write_header(AeFile *f, const static bool aeff_read_mark(AeFile *f, const char *mark_name, char pref) { char *line; char *s; - zfree(&err_string); autod_begin; autod_register(line, free); + zfree(&err_string); + autod_assign(line, freadline_ex(f->f, gzgetc)); /* if EOF was reached before anything could be read, something is wrong */