diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 07:20:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-27 07:20:21 +0000 |
commit | c6f6e1303e5f1785481f017f9ca8eecdc8299a15 (patch) | |
tree | a4d9eb6a5038e3db146d74c740f8535613150d11 /sysutils/fusefs-afuse | |
parent | b24fa586ffef6a85f4846bc1136fe80e3dba6b57 (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-afuse')
-rw-r--r-- | sysutils/fusefs-afuse/Makefile | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile index f8150be3650f..8ce7e6daaa23 100644 --- a/sysutils/fusefs-afuse/Makefile +++ b/sysutils/fusefs-afuse/Makefile @@ -8,31 +8,28 @@ MASTER_SITES= SF PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org -COMMENT= An automounting file system implemented in user-space using FUSE +COMMENT= File system automounting implemented in user-space using FUSE -MAKE_JOBS_SAFE= yes +LICENSE= GPLv2 +USES= fuse pkgconfig +MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} - -USES= fuse pkgconfig - MAN1= afuse.1 +OPTIONS_DEFINE= DOCS -.if !defined(NOPORTDOCS) -SUB_FILES= pkg-message -.endif +.include <bsd.port.options.mk> post-install: ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} @${CAT} ${PKGMESSAGE} +SUB_FILES= pkg-message .endif .include <bsd.port.mk> |