diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:25:48 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:25:48 +0000 |
commit | 6883b2c6e73fe8ce623318807a0287e5daa9b208 (patch) | |
tree | 208ea5dc5e7a8a951319cfc1c00f5e6b5e4fd3ea /sysutils/fusefs-gnome-vfs | |
parent | 381f5c8d0b11d6ffa759a218ed654f320aaef1ae (diff) | |
download | ports-6883b2c6e73fe8ce623318807a0287e5daa9b208.tar.gz ports-6883b2c6e73fe8ce623318807a0287e5daa9b208.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-gnome-vfs')
-rw-r--r-- | sysutils/fusefs-gnome-vfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fusefs-gnome-vfs/Makefile b/sysutils/fusefs-gnome-vfs/Makefile index 25b2ac564fb0..bd36562d884d 100644 --- a/sysutils/fusefs-gnome-vfs/Makefile +++ b/sysutils/fusefs-gnome-vfs/Makefile @@ -18,11 +18,11 @@ USE_GNOME= gnomevfs2 PLIST_FILES= bin/gnomevfs-mount PORTDOCS= README +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gnomevfs-mount ${STAGEDIR}${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |