diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-12-13 01:05:00 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-12-13 01:05:00 +0800 |
commit | 5fb8f976ec92784d912ea407a8213f9893b8860e (patch) | |
tree | 8d0ae7f1b88a91b8135973bff95d6b972c18abc3 /sysutils | |
parent | d522a771ac7cb0840daca551ad5a9027bf2d53f9 (diff) | |
download | freebsd-ports-gnome-5fb8f976ec92784d912ea407a8213f9893b8860e.tar.gz freebsd-ports-gnome-5fb8f976ec92784d912ea407a8213f9893b8860e.tar.zst freebsd-ports-gnome-5fb8f976ec92784d912ea407a8213f9893b8860e.zip |
- Use @exec/@unexec pkg-plist directives to handle the symlink (do not archive
directly like before).
- Bump PORTREVISION.
PR: ports/118569
Submitted by: alepulver (myself)
Approved by: miwi
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ntfsprogs/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index 775b1b4d58eb..aa277be8b7cf 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntfsprogs PORTVERSION= 1.13.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= linux-ntfs diff --git a/sysutils/ntfsprogs/pkg-plist b/sysutils/ntfsprogs/pkg-plist index b1cce5eaaddd..59011dd01bf0 100644 --- a/sysutils/ntfsprogs/pkg-plist +++ b/sysutils/ntfsprogs/pkg-plist @@ -5,6 +5,8 @@ bin/ntfsfix bin/ntfsinfo bin/ntfsls %%FUSE%%bin/ntfsmount +%%FUSE%%@exec ln -fs %D/%F /usr/sbin/mount_ntfs-fuse +%%FUSE%%@unexec rm -f /usr/sbin/mount_ntfs-fuse include/ntfs/attrib.h include/ntfs/attrlist.h include/ntfs/bitmap.h @@ -56,5 +58,3 @@ sbin/ntfsundelete %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.la %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so %%GNOMEVFS2%%lib/gnome-vfs-2.0/modules/libntfs-gnomevfs.so.1 -@cwd /usr -%%FUSE%%sbin/mount_ntfs-fuse |