diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-11 17:01:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-11 17:01:51 +0800 |
commit | 8885db0436822ad89fce4a4140a6f3ded4e34978 (patch) | |
tree | e087ce97b54af7c340b80c7fe5b347b862381ea5 /editors/aewan | |
parent | 4f9a4def3877200b3304e203d620ab056022ff72 (diff) | |
download | freebsd-ports-gnome-8885db0436822ad89fce4a4140a6f3ded4e34978.tar.gz freebsd-ports-gnome-8885db0436822ad89fce4a4140a6f3ded4e34978.tar.zst freebsd-ports-gnome-8885db0436822ad89fce4a4140a6f3ded4e34978.zip |
- Switch to options helpers
- Regenerate patches
Diffstat (limited to 'editors/aewan')
-rw-r--r-- | editors/aewan/Makefile | 5 | ||||
-rw-r--r-- | editors/aewan/files/patch-aeff.c | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile index f3669274fd10..9dedf897fc0b 100644 --- a/editors/aewan/Makefile +++ b/editors/aewan/Makefile @@ -21,7 +21,6 @@ PLIST_FILES= bin/aecat bin/aewan bin/aemakeflic \ man/man1/aewan.1.gz \ man/man1/aemakeflic.1.gz \ man/man5/aewan.5.gz - PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -30,7 +29,9 @@ 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} diff --git a/editors/aewan/files/patch-aeff.c b/editors/aewan/files/patch-aeff.c index 0eb24d80994a..ba3b07f25254 100644 --- a/editors/aewan/files/patch-aeff.c +++ b/editors/aewan/files/patch-aeff.c @@ -1,6 +1,6 @@ ---- 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; |