diff options
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index b46c735d88af..9932bb29558f 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -42,6 +42,21 @@ CONFIGURE_ARGS?=--with-clash-detection \ MAKE_ARGS= prefix=${PREFIX} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 +INFO= xemacs-${XEMACS_VER}/cl \ + xemacs-${XEMACS_VER}/custom \ + xemacs-${XEMACS_VER}/emodules \ + xemacs-${XEMACS_VER}/external-widget \ + xemacs-${XEMACS_VER}/info \ + xemacs-${XEMACS_VER}/internals \ + xemacs-${XEMACS_VER}/lispref \ + xemacs-${XEMACS_VER}/new-users-guide \ + xemacs-${XEMACS_VER}/standards \ + xemacs-${XEMACS_VER}/term \ + xemacs-${XEMACS_VER}/termcap \ + xemacs-${XEMACS_VER}/texinfo \ + xemacs-${XEMACS_VER}/widget \ + xemacs-${XEMACS_VER}/xemacs-faq \ + xemacs-${XEMACS_VER}/xemacs ALL_TARGET= all dist PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} \ @@ -125,6 +140,10 @@ pre-patch: @${ECHO_MSG} "want to use X11." .endif +post-patch:: + @${REINPLACE_CMD} -e 's,@mandir@,@mandir@/man1,' \ + ${WRKSRC}/Makefile.in.in + # Drop faces (libcompface) and offix (libDnd) if building package, # autodetect otherwise .if defined(PACKAGE_BUILDING) |