diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 19:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 19:58:05 +0000 |
commit | d6991558c724e3ca8ca7b0977666ff8cfea99565 (patch) | |
tree | d4e7a48c0a6c61a78624835311c4428db5e75dc4 /graphics/EZWGL/files/patch-ah | |
parent | portlint (whitespace and variable ordering) (diff) |
Update port to 1.50
PR: 18049
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=27761
Diffstat (limited to 'graphics/EZWGL/files/patch-ah')
-rw-r--r-- | graphics/EZWGL/files/patch-ah | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/EZWGL/files/patch-ah b/graphics/EZWGL/files/patch-ah new file mode 100644 index 000000000000..9513881dfdbb --- /dev/null +++ b/graphics/EZWGL/files/patch-ah @@ -0,0 +1,13 @@ +--- Make.common.in.orig Sat Dec 4 06:48:54 1999 ++++ Make.common.in Sat Apr 8 18:00:00 2000 +@@ -30,8 +30,8 @@ + LN = @LN@ + RANLIB = @RANLIB@ + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL@ -s -m 755 +-INSTALL_DATA = @INSTALL@ -m 644 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_DATA = @INSTALL_DATA@ + CFLAGS = @CFLAGS@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ |