aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-09-27 08:58:04 +0800
committerswills <swills@FreeBSD.org>2012-09-27 08:58:04 +0800
commitc628934ff283b08c64965100300ea9e8dbdfa799 (patch)
tree83ab4b9b507e1e6c7d5d5312fd89c9a5ef9b3b2b /ftp
parent6677e626eb9c3234f7ea276ba7029c80842518ea (diff)
downloadfreebsd-ports-gnome-c628934ff283b08c64965100300ea9e8dbdfa799.tar.gz
freebsd-ports-gnome-c628934ff283b08c64965100300ea9e8dbdfa799.tar.zst
freebsd-ports-gnome-c628934ff283b08c64965100300ea9e8dbdfa799.zip
- Fix plist issue with slave curl-hiphop caused by last commit
Reported by: pointyhat (via beat) Pointyhat to: swills
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 4be0d53fb47a..ada3eb923b09 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -211,8 +211,8 @@ post-patch:
@${REINPLACE_CMD} -e '/require "valgrind.pm";/d' ${WRKSRC}/tests/runtests.pl
post-install:
- ${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal
.if !defined(BUILDING_HIPHOP)
+ ${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/ ${DOCSDIR}/libcurl/
cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/