diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-07-28 21:17:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-07-28 21:17:14 +0800 |
commit | 9611a8264b5a11d495a88c651e6252a5081485e3 (patch) | |
tree | e42923c4d38bb454fd085bdcdc9943b31124f7c2 /ftp | |
parent | a14e64680ce657f52e5cae5d4fcfe188c177eb24 (diff) | |
download | freebsd-ports-gnome-9611a8264b5a11d495a88c651e6252a5081485e3.tar.gz freebsd-ports-gnome-9611a8264b5a11d495a88c651e6252a5081485e3.tar.zst freebsd-ports-gnome-9611a8264b5a11d495a88c651e6252a5081485e3.zip |
Remove leftover of testing
- Bump PORTREVISION for package change
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 3 |
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}/ |