mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- 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]
11 lines
416 B
Text
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 \
|