YASUOKA Masahiko <[email protected]> wrote:

> I'd like to add 'exfat-fuse'.
> 
> It is an exFAT file system implementation working on FUSE.  It's
> useful to mount a SDCARD which is used by Android, for example.
> 
> ok?

1.  You need to add

| BUILD_DEPENDS =         ${MODGNU_AUTOCONF_DEPENDS} \
|                         ${MODGNU_AUTOMAKE_DEPENDS}

so that the port actually depends on auto* tools.

2.  PLIST should have annotations for binaries:

--- pkg/PLIST.orig      Sat Jul  9 01:33:50 2016
+++ pkg/PLIST   Sat Jul  9 16:02:23 2016
@@ -4,11 +4,11 @@
 @man man/man8/exfatlabel.8
 @man man/man8/mkexfatfs.8
 @man man/man8/mount.exfat-fuse.8
-sbin/dumpexfat
-sbin/exfatfsck
-sbin/exfatlabel
+@bin sbin/dumpexfat
+@bin sbin/exfatfsck
+@bin sbin/exfatlabel
 sbin/fsck.exfat
-sbin/mkexfatfs
+@bin sbin/mkexfatfs
 sbin/mkfs.exfat
 sbin/mount.exfat
-sbin/mount.exfat-fuse
+@bin sbin/mount.exfat-fuse

Otherwise OK czarkoff@.

Reply via email to