diff options
author | kris <kris@FreeBSD.org> | 2003-02-22 04:22:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-02-22 04:22:27 +0000 |
commit | 1ef6f37c48717fb6847e9c20c635272869de3bf5 (patch) | |
tree | 80e3723716476b5911c80866d0357f09d959fc26 /sysutils | |
parent | 2d3475ed60f873b997a5fe15c60260457131b548 (diff) | |
download | FreeBSD-ports-1ef6f37c48717fb6847e9c20c635272869de3bf5.zip FreeBSD-ports-1ef6f37c48717fb6847e9c20c635272869de3bf5.tar.gz |
Add missing manpage
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xstow/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile index 0e56e2b..74f1387 100644 --- a/sysutils/xstow/Makefile +++ b/sysutils/xstow/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= xstow.1 +MAN5= xstow.ini.5 .include <bsd.port.pre.mk> .include <bsd.port.post.mk> |