diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-13 12:50:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-13 12:50:18 +0000 |
commit | 8ee0bc1cf8a0b9b6ba12dbdedd40572ea468470c (patch) | |
tree | 6ead876c581f1f144c740c1ec88671868ab31586 /sysutils/fusefs-ntfs | |
parent | b17ff1fb1904937928bdcc2bb11586e13632ba3f (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 9 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/pkg-plist | 17 |
2 files changed, 18 insertions, 8 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 7cf0f4329449..ca567074dc25 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -32,12 +32,6 @@ UBLIO_DESC= Enable user space cache for improved speed SUB_FILES= pkg-message DOCSDIR= ${PREFIX}/share/doc/ntfs-3g -MAN8= mkntfs.8 ntfs-3g.8 ntfs-3g.probe.8 \ - ntfs-3g.secaudit.8 ntfs-3g.usermap.8 ntfscat.8 ntfsclone.8 \ - ntfscluster.8 ntfscmp.8 ntfscp.8 ntfsfix.8 ntfsinfo.8 \ - ntfslabel.8 ntfsls.8 ntfsprogs.8 ntfsresize.8 ntfsundelete.8 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MLOCK} @@ -64,8 +58,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR} + ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR} .endif - @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} .include <bsd.port.post.mk> diff --git a/sysutils/fusefs-ntfs/pkg-plist b/sysutils/fusefs-ntfs/pkg-plist index f7cf3bbf9e86..ac3e4985d25a 100644 --- a/sysutils/fusefs-ntfs/pkg-plist +++ b/sysutils/fusefs-ntfs/pkg-plist @@ -50,6 +50,23 @@ lib/libntfs-3g.la lib/libntfs-3g.so lib/libntfs-3g.so.83 libdata/pkgconfig/libntfs-3g.pc +man/man8/mkntfs.8.gz +man/man8/ntfs-3g.8.gz +man/man8/ntfs-3g.probe.8.gz +man/man8/ntfs-3g.secaudit.8.gz +man/man8/ntfs-3g.usermap.8.gz +man/man8/ntfscat.8.gz +man/man8/ntfsclone.8.gz +man/man8/ntfscluster.8.gz +man/man8/ntfscmp.8.gz +man/man8/ntfscp.8.gz +man/man8/ntfsfix.8.gz +man/man8/ntfsinfo.8.gz +man/man8/ntfslabel.8.gz +man/man8/ntfsls.8.gz +man/man8/ntfsprogs.8.gz +man/man8/ntfsresize.8.gz +man/man8/ntfsundelete.8.gz sbin/mkntfs sbin/ntfsclone sbin/ntfscp |