diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-08-18 11:37:51 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-08-18 11:37:51 +0000 |
commit | c1a6dd2042efb0e100f3e2bb1a038fdb0b2bad95 (patch) | |
tree | fc28c342b13a83ddf38d77c63b8dc264f986cd84 /chinese/qe | |
parent | 6ace020ffa0ee01cfc8f66909c13221a63cfcca5 (diff) | |
download | ports-c1a6dd2042efb0e100f3e2bb1a038fdb0b2bad95.tar.gz ports-c1a6dd2042efb0e100f3e2bb1a038fdb0b2bad95.zip |
Eak ! I missed this file in my last commit.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=46434
Diffstat (limited to 'chinese/qe')
-rw-r--r-- | chinese/qe/files/post-patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/qe/files/post-patch-Makefile b/chinese/qe/files/post-patch-Makefile new file mode 100644 index 000000000000..ea7c870e657b --- /dev/null +++ b/chinese/qe/files/post-patch-Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig Tue Jun 26 16:33:00 2001 ++++ src/Makefile Tue Jun 26 16:33:09 2001 +@@ -46,7 +46,7 @@ + AUTOHEADER = autoheader + + INSTALL = /usr/bin/install -c -o root -g wheel +-INSTALL_PROGRAM = install -c -s -o root -g wheel -m 555 $(AM_INSTALL_PROGRAM_FLAGS) ++INSTALL_PROGRAM = install -c -o root -g wheel -m 555 $(AM_INSTALL_PROGRAM_FLAGS) + INSTALL_DATA = install -c -o root -g wheel -m 444 + INSTALL_SCRIPT = install -c -o root -g wheel -m 555 + transform = s,x,x, |