diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 17:06:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 17:06:35 +0800 |
commit | c1376692ee5be1836daa3bf002a0eddc76705da8 (patch) | |
tree | aa6871734c6bfcfa2a5ce8ef73680c32f0db8d68 /audio/workman | |
parent | a53062f79b5e05b7e95f60b8d1255950cb239316 (diff) | |
download | freebsd-ports-gnome-c1376692ee5be1836daa3bf002a0eddc76705da8.tar.gz freebsd-ports-gnome-c1376692ee5be1836daa3bf002a0eddc76705da8.tar.zst freebsd-ports-gnome-c1376692ee5be1836daa3bf002a0eddc76705da8.zip |
Add workmandb.5.
Submitted by: bento
Diffstat (limited to 'audio/workman')
-rw-r--r-- | audio/workman/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/workman/Makefile b/audio/workman/Makefile index 61f0103f19cb..e2e18e188a57 100644 --- a/audio/workman/Makefile +++ b/audio/workman/Makefile @@ -19,5 +19,6 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/workman USE_IMAKE= yes MAN1= workman.1 +MAN5= workmandb.5 .include <bsd.port.mk> |