diff options
| author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-10 16:29:38 +0000 |
|---|---|---|
| committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-10 16:29:38 +0000 |
| commit | a5b68f24f9a5537c9e9814147d61d6f50b624686 (patch) | |
| tree | ef7253e254ae47287f11eabd67235c5736d776c2 /sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in | |
| parent | - add entry mail, so postix and clamav can in future the ports (diff) | |
Update to 2011.4.12
Do no install files outside PREFIX
PR: ports/156615 (based on)
Submitted by: bartoletti <coder@tuxfamily.org>
Approved by: tabthorpe (mentor)
Diffstat (limited to 'sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in')
| -rw-r--r-- | sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in b/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in new file mode 100644 index 000000000000..e45ed32216ff --- /dev/null +++ b/sysutils/fusefs-ntfs/files/patch-ntfsprogs__Makefile.in @@ -0,0 +1,15 @@ +--- ./ntfsprogs/Makefile.in.orig 2011-07-08 16:21:25.000000000 +0100 ++++ ./ntfsprogs/Makefile.in 2011-07-08 16:21:40.000000000 +0100 +@@ -1073,12 +1073,8 @@ + # mkfs.ntfs[.8] hard link + + @ENABLE_NTFSPROGS_TRUE@install-exec-hook: +-@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)/sbin +-@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)/sbin/mkfs.ntfs + + @ENABLE_NTFSPROGS_TRUE@install-data-hook: +-@ENABLE_NTFSPROGS_TRUE@ $(INSTALL) -d $(DESTDIR)$(man8dir) +-@ENABLE_NTFSPROGS_TRUE@ $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8 + + @ENABLE_NTFSPROGS_TRUE@uninstall-local: + @ENABLE_NTFSPROGS_TRUE@ $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs |
