diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-12-30 21:35:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-12-30 21:35:59 +0000 |
commit | 28b9c971e41119742e43c501fada81ddfb0ea2e3 (patch) | |
tree | fa271f9412bdfa71a78d3443142b26b8295ff9a8 /deskutils/pinot | |
parent | b61c9d3511deb74267bdde96d14a5ed27f6ac37b (diff) |
Fix MAN1.
Reported by: pointyhat via Pav
Pointyhat to: /me
Notes
Notes:
svn path=/head/; revision=204720
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 5c44d59ad6ec..965f128cc0ea 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -67,7 +67,7 @@ INSTALLS_ICONS= yes SUB_FILES= pkg-message PLIST_SUB= DESKBAR_MOD="${LDESKBAR_MOD}" -MAN1= pinot-dbus-daemon.1 pinot-index.1 pinot-label pinot-search.1 pinot.1 +MAN1= pinot-dbus-daemon.1 pinot-index.1 pinot-label.1 pinot-search.1 pinot.1 PORTDOCS= AUTHORS ChangeLog ChangeLog-dijon INSTALL NEWS README TODO |