diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index 8fcf6a21ec72..65da694ac52f 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -1,36 +1,38 @@ PORTNAME= asedit PORTVERSION= 1.3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= XCONTRIB/editors MAINTAINER= bofh@FreeBSD.org COMMENT= Text editor for X/Motif DEPRECATED= Last upstream release was in 2003 EXPIRATION_DATE= 2024-03-31 USES= imake:notall motif tar:Z xorg USE_XORG= ice sm x11 xext xmu xt +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1 + PLIST_FILES= bin/asedit \ lib/X11/app-defaults/Asedit \ lib/X11/app-defaults/Asedit-sgi \ lib/X11/app-defaults/Asedit_em \ lib/X11/app-defaults/Asedit_em-sgi \ lib/X11/asedit.hlp \ lib/X11/asedit_em.hlp \ - man/man1/asedit.1.gz + share/man/man1/asedit.1.gz .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif post-patch: @${REINPLACE_CMD} -e \ '/^XMLIB/s|-lPW|| ; \ /^DEFINES/s|-O ||' ${WRKSRC}/Imakefile .include