diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-05-31 04:15:41 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-05-31 04:15:41 +0800 |
commit | 3ded891521e5beb65978262bb5dad13f2ca6f872 (patch) | |
tree | f9109896b8ca5683c4502643055eda3650cf42e3 /textproc/unroff | |
parent | 2def624b6c285cce1fd23692046c9d4d93a1cf40 (diff) | |
download | freebsd-ports-gnome-3ded891521e5beb65978262bb5dad13f2ca6f872.tar.gz freebsd-ports-gnome-3ded891521e5beb65978262bb5dad13f2ca6f872.tar.zst freebsd-ports-gnome-3ded891521e5beb65978262bb5dad13f2ca6f872.zip |
Add unroff-html-me.1 to MAN1.
Submitted by: bento
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index f28083a62c9f..0a1c909ce4d6 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -26,7 +26,8 @@ UNROFF_SITE= http://www-rn.informatik.uni-bremen.de/software/unroff PATCH1= me-misc-patch PATCH2= misc-patch-2 -MAN1= unroff.1 unroff-html.1 unroff-html-man.1 unroff-html-ms.1 +MAN1= unroff.1 unroff-html.1 unroff-html-man.1 \ + unroff-html-me.1 unroff-html-ms.1 MANCOMPRESSED= yes pre-patch: |