diff options
author | scheidell <scheidell@FreeBSD.org> | 2011-11-29 21:11:06 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2011-11-29 21:11:06 +0800 |
commit | a9498afc170cf6c8a698f6b59636bab44a6dd058 (patch) | |
tree | d75deb83d5279ed7e239593d9b49e846854721d5 /sysutils | |
parent | 28b21999d5305f06b48dafef829c264aa87d6e02 (diff) | |
download | freebsd-ports-gnome-a9498afc170cf6c8a698f6b59636bab44a6dd058.tar.gz freebsd-ports-gnome-a9498afc170cf6c8a698f6b59636bab44a6dd058.tar.zst freebsd-ports-gnome-a9498afc170cf6c8a698f6b59636bab44a6dd058.zip |
-Submitted with changes (no portbump per gabor)
-MNT_NFS4ACLS being defined in /usr/src/sys/mount.h but not being included in the defined includes
-it is now included
PR: 151296
Submitted by: Edward.Sanford.Sutton, III <mirror176@cox.net>
Approved by: ports (maintainer timeout) gabor (mentor)
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-kmod/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-kmod/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile index b08c7aecf470..27696091ced1 100644 --- a/sysutils/fusefs-kmod/Makefile +++ b/sysutils/fusefs-kmod/Makefile @@ -82,6 +82,8 @@ SUB_FILES+= pkg-message post-patch: @${REINPLACE_CMD} -e 's/deplate.rb/deplate/g' \ ${WRKSRC}/doc/Makefile + @${REINPLACE_CMD} -e 's|-I../inc|-I${SRC_BASE}/sys -I../inc|g' \ + ${WRKSRC}/mount_fusefs/Makefile post-configure: @${CP} ${LOCALBASE}/include/fuse/fuse_kernel.h ${WRKSRC}/fuse_module diff --git a/sysutils/fusefs-kmod/pkg-plist b/sysutils/fusefs-kmod/pkg-plist index a24a9a09b323..7a6d548507ba 100644 --- a/sysutils/fusefs-kmod/pkg-plist +++ b/sysutils/fusefs-kmod/pkg-plist @@ -1,6 +1,6 @@ sbin/mount_fusefs @exec ln -fs %D/%F /usr/sbin -@unexec rm -f /usr/sbin/mount_fusefs 2>&1 >/dev/null || true +@unexec rm -f /usr/sbin/mount_fusefs %%PORTDOCS%%%%DOCSDIR%%/kmod/doc.text %%PORTDOCS%%%%DOCSDIR%%/kmod/html/Faq.html %%PORTDOCS%%%%DOCSDIR%%/kmod/html/Implementation.html |