ports/math/asir2000/files/patch-bg
Rong-En Fan ba2b362219 - Update to 20070718 [1]
- Respect NOPORTDOCS and use PORTDOCS to simplify pkg-plist [2]
- Remove useless PREFIX assignment which is for user not port's Makefile [2]

PR:		ports/114723 [1]
Submitted by:	Tomokatsu SAITO <saito at a2z.co.jp> (maintainer) [1]
Approved by:	maintainer [2]
2007-07-19 16:24:19 +00:00

11 lines
416 B
Text

--- parse/Makefile.am.orig Sun Feb 18 17:46:47 2007
+++ parse/Makefile.am Wed Jul 18 11:39:43 2007
@@ -4,7 +4,7 @@
inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
GC = gc6.8
-asirdir = ${prefix}/lib/asir
+asirdir = ${prefix}/share/asir
DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
-I${top_srcdir}/${GC}/include \