aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curlpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile
index b6e9b8198ad5..c71d44892015 100644
--- a/ftp/curlpp/Makefile
+++ b/ftp/curlpp/Makefile
@@ -4,6 +4,7 @@
PORTNAME= curlpp
PORTVERSION= 0.8.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= ftp
MAINTAINER= sunpoet@FreeBSD.org
@@ -29,7 +30,7 @@ post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${STAGEDIR}${DOCSDIR}/
-x-post-install-EXAMPLES-on:
+post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/examples/README ${WRKSRC}/examples/example*.cpp ${STAGEDIR}${EXAMPLESDIR}/