mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add support NO_FSCHG macro to adapt not schg-flags supported fs like ZFS.
[NOTE] This fix is a install issue, so I don't bump PORTREVISION. Approved by: kuriyama
This commit is contained in:
parent
6fe8aa375d
commit
80486f5a04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241323
12
japanese/man/files/patch-man-Makefile
Normal file
12
japanese/man/files/patch-man-Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
--- man/Makefile.orig 2001-01-15 20:13:00.000000000 +0900
|
||||
+++ man/Makefile 2009-09-13 19:12:27.166481760 +0900
|
||||
@@ -12,7 +12,9 @@
|
||||
EMAN1= jman.1.eng.gz
|
||||
BINOWN= man
|
||||
BINMODE=4555
|
||||
+.if !defined(NO_FSCHG)
|
||||
INSTALLFLAGS+= -fschg
|
||||
+.endif
|
||||
|
||||
CFLAGS+= -I${LIBDESTDIR}
|
||||
DPADD= ${LIBMAN}
|
Loading…
Reference in New Issue
Block a user