diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-19 09:49:30 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-19 09:49:30 +0000 |
commit | e8b13f25626fce88f0f7eab0f2adb48996c985c1 (patch) | |
tree | afb1da94844ebb11eb4e3095032af770dbca2594 /graphics/jgraph/files/patch-aa | |
parent | Update XS-httpd to 3.7 beta 27 (diff) |
- Fix build with CLANG
- Make DATADIR-safe
- Pet portlint a bit
Notes
Notes:
svn path=/head/; revision=312552
Diffstat (limited to 'graphics/jgraph/files/patch-aa')
-rw-r--r-- | graphics/jgraph/files/patch-aa | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/jgraph/files/patch-aa b/graphics/jgraph/files/patch-aa index 2246f0aac8af..d958f69de137 100644 --- a/graphics/jgraph/files/patch-aa +++ b/graphics/jgraph/files/patch-aa @@ -1,5 +1,5 @@ ---- makefile.orig Fri Aug 6 15:11:40 1999 -+++ makefile Fri Aug 6 15:17:05 1999 +--- makefile.orig 2013-02-19 10:47:01.000000000 +0100 ++++ makefile 2013-02-19 10:47:23.000000000 +0100 @@ -18,6 +18,34 @@ show.o \ token.o @@ -35,7 +35,7 @@ EXAMPLES = \ acc.jps \ acc.eps \ -@@ -58,14 +86,20 @@ +@@ -58,15 +86,21 @@ .tex.dvi: latex $*.tex .c.o: @@ -49,12 +49,13 @@ sin: sin.o cc -o sin sin.o -lm -+ + +install: jgraph + install -c -m 555 -o bin -g bin jgraph ${PREFIX}/bin + install -c -m 444 -o bin -g bin jgraph.1 ${PREFIX}/man/man1 -+ -mkdir -p -m 755 ${PREFIX}/share/jgraph -+ install -c -m 444 -o bin -g bin $(EXAMPLE_SRC) ${PREFIX}/share/jgraph - ++ -mkdir -p -m 755 ${DATADIR} ++ install -c -m 444 -o bin -g bin $(EXAMPLE_SRC) ${DATADIR} ++ ad.jps: cube.eps disk.eps bailey.jps: bailey.pts + ex2.jps: data.txt |