diff options
Diffstat (limited to 'sysutils/fusefs-afuse/Makefile')
-rw-r--r-- | sysutils/fusefs-afuse/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index cbc0ff4f4a85..49978761c9d7 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -11,18 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= File system automounting implemented in user-space using FUSE LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse pkgconfig GNU_CONFIGURE= yes -SUB_FILES= pkg-message - -PORTDOCS= AUTHORS ChangeLog README +PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS +DOCS_SUB_FILES= pkg-message post-install: - ${INSTALL_MAN} ${WRKSRC}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |