aboutsummaryrefslogtreecommitdiff
path: root/ftp/curlpp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-28 13:17:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-28 13:17:14 +0000
commit6fb6d175ad876c62ecd4e2cfece52417d317fac7 (patch)
treee42923c4d38bb454fd085bdcdc9943b31124f7c2 /ftp/curlpp
parentb35a15c74b3ec4e1efd25df47490de63ad254d2a (diff)
downloadports-6fb6d175ad876c62ecd4e2cfece52417d317fac7.tar.gz
ports-6fb6d175ad876c62ecd4e2cfece52417d317fac7.zip
Remove leftover of testing
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=475562
Diffstat (limited to 'ftp/curlpp')
-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}/