diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 09:07:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 09:07:33 +0000 |
commit | 2f6147ea25124907809b0ba5e804e4c2977f30be (patch) | |
tree | 6f82c116c6e7c98662d5bc3031c5b94cc6da4b35 | |
parent | c1376692ee5be1836daa3bf002a0eddc76705da8 (diff) | |
download | FreeBSD-ports-2f6147ea25124907809b0ba5e804e4c2977f30be.zip FreeBSD-ports-2f6147ea25124907809b0ba5e804e4c2977f30be.tar.gz |
Add xarchie.1.
Submitted by: bento
-rw-r--r-- | net/xarchie/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 5f13c6b..65073bd 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -15,5 +15,6 @@ MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes USE_GMAKE= yes +MAN1= xarchie.1 .include <bsd.port.mk> |