diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-02 03:56:25 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-02 03:56:25 +0800 |
commit | b47aa5b4e39d74331f94534e2927377923ce2224 (patch) | |
tree | c057333cb68752bbba74ecec95436dbc35ca7814 /x11/eterm | |
parent | daf3e2303a6ec1335e06e8094afa622673f1d484 (diff) | |
download | freebsd-ports-gnome-b47aa5b4e39d74331f94534e2927377923ce2224.tar.gz freebsd-ports-gnome-b47aa5b4e39d74331f94534e2927377923ce2224.tar.zst freebsd-ports-gnome-b47aa5b4e39d74331f94534e2927377923ce2224.zip |
Merged changes from ports/23182.
* Add BUILD_DEPENDS: textproc/man2html
* Install Eterm.1.html
* Support PORTDOCS in pkg-plist
PR: 23182
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 3 | ||||
-rw-r--r-- | x11/eterm/pkg-plist | 23 |
2 files changed, 15 insertions, 11 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 8db7ff28eabd..d0068ccd474b 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -18,6 +18,8 @@ DISTNAME= Eterm-${PORTVERSION} MAINTAINER= murray@FreeBSD.org +BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html + USE_GMAKE= yes USE_X_PREFIX= yes USE_IMLIB= yes @@ -44,6 +46,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.1.html ${PREFIX}/share/doc/Eterm .endif .include <bsd.port.mk> diff --git a/x11/eterm/pkg-plist b/x11/eterm/pkg-plist index 23ea54d9720d..233772ea3b63 100644 --- a/x11/eterm/pkg-plist +++ b/x11/eterm/pkg-plist @@ -41,17 +41,18 @@ share/Eterm/themes/tn3270/pixmaps.list share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/pixmaps.list share/Eterm/themes/trans/trans.menu -share/doc/Eterm/Eterm.tcap -share/doc/Eterm/Eterm.ti -share/doc/Eterm/ReleaseNotes -@dirrm share/doc/Eterm -@dirrm share/Eterm/themes/Eterm -@dirrm share/Eterm/themes/chooser -@dirrm share/Eterm/themes/emacs -@dirrm share/Eterm/themes/irc -@dirrm share/Eterm/themes/mutt -@dirrm share/Eterm/themes/tn3270 +%%PORTDOCS%%share/doc/Eterm/Eterm.1.html +%%PORTDOCS%%share/doc/Eterm/Eterm.tcap +%%PORTDOCS%%share/doc/Eterm/Eterm.ti +%%PORTDOCS%%share/doc/Eterm/ReleaseNotes @dirrm share/Eterm/themes/trans -@dirrm share/Eterm/themes +@dirrm share/Eterm/themes/tn3270 +@dirrm share/Eterm/themes/mutt +@dirrm share/Eterm/themes/irc +@dirrm share/Eterm/themes/emacs +@dirrm share/Eterm/themes/chooser +@dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/pix +@dirrm share/Eterm/themes +%%PORTDOCS%%@dirrm share/doc/Eterm @dirrm share/Eterm |