Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 13:17:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475562 - head/ftp/curlpp
Message-ID:  <201807281317.w6SDHFJs007349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul 28 13:17:14 2018
New Revision: 475562
URL: https://svnweb.freebsd.org/changeset/ports/475562

Log:
  Remove leftover of testing
  
  - Bump PORTREVISION for package change

Modified:
  head/ftp/curlpp/Makefile

Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile	Sat Jul 28 13:17:09 2018	(r475561)
+++ head/ftp/curlpp/Makefile	Sat Jul 28 13:17:14 2018	(r475562)
@@ -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}/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807281317.w6SDHFJs007349>