diff options
Diffstat (limited to 'net/cdpr/Makefile')
-rw-r--r-- | net/cdpr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/cdpr/Makefile b/net/cdpr/Makefile index a845d00..c2570a5 100644 --- a/net/cdpr/Makefile +++ b/net/cdpr/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cdpr -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= net MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README |