aboutsummaryrefslogtreecommitdiff
path: root/net/corkscrew/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/corkscrew/Makefile')
-rw-r--r--net/corkscrew/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile
index 003627370004..4ebeb3f0f240 100644
--- a/net/corkscrew/Makefile
+++ b/net/corkscrew/Makefile
@@ -6,13 +6,20 @@
#
PORTNAME= corkscrew
-PORTVERSION= 1.5
+PORTVERSION= 2.0
CATEGORIES= net
MASTER_SITES= http://www.agroman.net/corkscrew/
MAINTAINER= markp@FreeBSD.org
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in NEWS README TODO
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>