Index: head/x11/eterm/Makefile =================================================================== --- head/x11/eterm/Makefile (revision 215391) +++ head/x11/eterm/Makefile (revision 215392) @@ -1,53 +1,53 @@ # New ports collection makefile for: eterm # Date created: 24 November 1997 # Whom: Murray Stokely # # $FreeBSD$ # PORTNAME= eterm PORTVERSION= 0.9.4 PORTREVISION= 4 CATEGORIES+= x11 MASTER_SITES= SF DISTNAME= Eterm-${PORTVERSION} MAINTAINER?= olgeni@FreeBSD.org COMMENT?= X11 terminal emulator based on rxvt/xterm BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html LIB_DEPENDS= ast.2:${PORTSDIR}/devel/libast USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ --enable-multi-charset CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" OPTIONS= MMX "With MMX instruction set" off USE_XORG= x11 xt USE_ICONV= yes USE_EFL= imlib2 MAN1= Eterm.1 .include .if defined(WITH_MMX) && (${ARCH} == "i386") CONFIGURE_ARGS+=--enable-mmx .endif post-patch: @${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM} post-install: @${CHMOD} 4711 ${PREFIX}/bin/Eterm .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/Eterm - @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${DOCSDIR} .endif .include Property changes on: head/x11/eterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.68 \ No newline at end of property +1.69 \ No newline at end of property Index: head/x11/eterm/pkg-plist =================================================================== --- head/x11/eterm/pkg-plist (revision 215391) +++ head/x11/eterm/pkg-plist (revision 215392) @@ -1,59 +1,59 @@ bin/Esetroot bin/Etbg bin/Etbg_update_list bin/Etcolors bin/Eterm bin/Etsearch bin/Ettable bin/kEsetroot lib/libEterm.a lib/libEterm.la lib/libEterm.so lib/libEterm.so.9 share/Eterm/gdb.scr share/Eterm/pix/bar_horizontal_1.png share/Eterm/pix/bar_horizontal_2.png share/Eterm/pix/bar_horizontal_3.png share/Eterm/pix/bar_vertical_1.png share/Eterm/pix/bar_vertical_2.png share/Eterm/pix/bar_vertical_3.png share/Eterm/pix/button_arrow_down_1.png share/Eterm/pix/button_arrow_down_2.png share/Eterm/pix/button_arrow_down_3.png share/Eterm/pix/button_arrow_up_1.png share/Eterm/pix/button_arrow_up_2.png share/Eterm/pix/button_arrow_up_3.png share/Eterm/pix/exit.png share/Eterm/pix/help.png share/Eterm/pix/menu1.png share/Eterm/pix/menu2.png share/Eterm/pix/menu3.png share/Eterm/pix/pixmaps.list share/Eterm/pix/scale/Neopolis-horizon.jpg share/Eterm/pix/thumb_1.png share/Eterm/pix/thumb_2.png share/Eterm/pix/tile/circuit.jpg share/Eterm/themes/Escreen/menus.cfg share/Eterm/themes/Escreen/pixmaps.list share/Eterm/themes/Escreen/theme.cfg share/Eterm/themes/Eterm/menus.cfg share/Eterm/themes/Eterm/pixmaps.list share/Eterm/themes/Eterm/theme.cfg share/Eterm/themes/auto/menus.cfg share/Eterm/themes/auto/pixmaps.list share/Eterm/themes/auto/theme.cfg share/Eterm/themes/trans/menus.cfg share/Eterm/themes/trans/pixmaps.list share/Eterm/themes/trans/theme.cfg -%%PORTDOCS%%share/doc/Eterm/Eterm_reference.html -%%PORTDOCS%%share/doc/Eterm/ReleaseNotes +%%PORTDOCS%%%%DOCSDIR%%/Eterm_reference.html +%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes @dirrm share/Eterm/pix/scale @dirrm share/Eterm/pix/tile @dirrm share/Eterm/pix @dirrm share/Eterm/themes/Escreen @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes/auto @dirrm share/Eterm/themes/trans @dirrm share/Eterm/themes @dirrm share/Eterm -%%PORTDOCS%%@dirrm share/doc/Eterm +%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/x11/eterm/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property