aboutsummaryrefslogtreecommitdiff
path: root/graphics/phplot
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
commit9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch)
treec4f78cbaf45ab044db3e157be708afd711a4e841 /graphics/phplot
parent0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff)
downloadports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz
ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip
Notes
Diffstat (limited to 'graphics/phplot')
-rw-r--r--graphics/phplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile
index 159c4863d75d..f7471a1a670c 100644
--- a/graphics/phplot/Makefile
+++ b/graphics/phplot/Makefile
@@ -22,7 +22,7 @@ NO_BUILD= YES
PHPLOT_DIR= ${STAGEDIR}${PREFIX}/include/php/phplot
-LIBS= phplot.php rgb.inc.php
+LIBRARIES= phplot.php rgb.inc.php
OPTIONS_DEFINE= DOCS FONTS
OPTIONS_DEFAULT= FONTS
@@ -31,7 +31,7 @@ FONTS_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
do-install:
@${MKDIR} ${PHPLOT_DIR}
- ${INSTALL_DATA} ${LIBS:S,^,${WRKSRC}/,} ${PHPLOT_DIR}
+ ${INSTALL_DATA} ${LIBRARIES:S,^,${WRKSRC}/,} ${PHPLOT_DIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKDIR}/phplotdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})