diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-02 09:58:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-02 09:58:53 +0000 |
commit | d6dd92542d67d4b41256b2748b6d1cfc760e4388 (patch) | |
tree | 7d23d3da9eba6c46f5f187751b63f941f65e5860 /graphics/graphviz/Makefile | |
parent | 09f13bc81ac78e67705e82e6fe2f04e31002338c (diff) | |
download | ports-d6dd92542d67d4b41256b2748b6d1cfc760e4388.tar.gz ports-d6dd92542d67d4b41256b2748b6d1cfc760e4388.zip |
- fix installation of perl module
PR: 122268
Notes
Notes:
svn path=/head/; revision=210372
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 3a1ae17f1666..02fbc008ee8e 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -391,6 +391,7 @@ pre-patch: ${XARGS} ${REINPLACE_CMD} \ -e 's|libdir=@libdir@|libdir=@libdir@/@PACKAGE@|'; @${REINPLACE_CMD} -e "s|/usr/include/php|${LOCALBASE}/include/php|g" \ + -e "s|vendorarch|installsitearch|g" \ -e "s|-lruby|-lruby${RUBY_SUFFIX}|g" ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|#include "gui.h"|#include "gui/gui.h"|' \ ${WRKSRC}/cmd/smyrna/tvnodes.h |