diff --git a/editors/aewan/Makefile b/editors/aewan/Makefile index bf53fcac1446..11b4a20c2069 100644 --- a/editors/aewan/Makefile +++ b/editors/aewan/Makefile @@ -1,48 +1,49 @@ PORTNAME= aewan PORTVERSION= 1.0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Curses-based program for the creation and editing of ASCII art WWW= https://aewan.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share 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 + share/man/man1/aecat.1.gz \ + share/man/man1/aewan.1.gz \ + share/man/man1/aemakeflic.1.gz \ + share/man/man5/aewan.5.gz PORTDOCS= * OPTIONS_DEFINE= DOCS .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .if ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ) CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .endif post-patch: @${REINPLACE_CMD} -e 's|OSTYPE == |OSTYPE = |g' ${WRKSRC}/configure post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include