Index: head/editors/aee/Makefile =================================================================== --- head/editors/aee/Makefile (revision 529184) +++ head/editors/aee/Makefile (revision 529185) @@ -1,54 +1,52 @@ # Created by: Kelly Yancey # $FreeBSD$ PORTNAME= aee PORTVERSION= 2.2.21 PORTREVISION= 2 CATEGORIES= editors -MASTER_SITES= http://www.users.uswest.net/~hmahon/sources/ +MASTER_SITES= https://BSDforge.com/projects/source/editors/aee/ MAINTAINER= portmaster@BSDforge.com COMMENT= Easy editor with both curses and X11 interfaces -BROKEN= unfetchable - LICENSE= ART10 USES= ncurses -PLIST_FILES= bin/aee bin/rae man/man1/aee.1.gz %%DATADIR%%/help.ae +PLIST_FILES= bin/aee bin/rae man/man1/aee.1.gz ${DATADIR}/help.ae ALL_TARGET= main MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= XAE XAE_DESC= Build X11 version 'xae' XAE_USES= xorg XAE_USE= XORG=x11 XAE_PLIST_FILES= bin/xae bin/rxae XAE_ALL_TARGET= xae XAE_DESKTOP_ENTRIES= "Xae" "" "" "xae" "" false post-patch: @${REINPLACE_CMD} -e \ 's|cc|${CC}|g ; \ s|"-s"|""|g ; \ s|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/create.mk.aee \ ${WRKSRC}/create.mk.xae @${REINPLACE_CMD} -e 's|/usr/local/lib|${DATADIR}|g' \ ${WRKSRC}/aee.1 \ ${WRKSRC}/localize.c do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/aee ${STAGEDIR}${PREFIX}/bin (cd ${STAGEDIR}${PREFIX}/bin && ${LN} aee rae) ${INSTALL_MAN} ${WRKSRC}/aee.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/help.ae ${STAGEDIR}${DATADIR} do-install-XAE-on: ${INSTALL_PROGRAM} ${WRKSRC}/xae ${STAGEDIR}${PREFIX}/bin (cd ${STAGEDIR}${PREFIX}/bin && ${LN} xae rxae) .include Index: head/editors/aee/distinfo =================================================================== --- head/editors/aee/distinfo (revision 529184) +++ head/editors/aee/distinfo (revision 529185) @@ -1,2 +1,3 @@ +TIMESTAMP = 1585228463 SHA256 (aee-2.2.21.tar.gz) = b8a9a20679736ec44e74faae1550b33411cc675f7c587d2316e578f97b0d3727 SIZE (aee-2.2.21.tar.gz) = 186304 Index: head/editors/aee/pkg-descr =================================================================== --- head/editors/aee/pkg-descr (revision 529184) +++ head/editors/aee/pkg-descr (revision 529185) @@ -1,11 +1,11 @@ "Another Easy Editor" An easy to use text editor intended to be usable with little or no instruction. Provides a full-screen text interface via curses (aee) as well as a graphical user interface under X windows (xae). Features include pop-up menus, cut-and-paste, journaling, and multiple edit buffers. -aee is a superset of the "Easy Editor" (ee) that is part of the +aee is a superset of the "Easy Editor" (ee) which is part of the FreeBSD base system. -WWW: http://www.users.uswest.net/~hmahon/ +WWW: https://BSDforge.com/projects/editors/aee/