diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-08-28 09:29:16 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-08-28 09:29:16 +0000 |
commit | a57ede897d6736a5450632e2f2f01da6a2f85eff (patch) | |
tree | e3a9fb4645f9a4497546a914995b04414032d05b /net/corkscrew/Makefile | |
parent | 740ff991fe03a16b2b2f555db5ebdf0d126a7a85 (diff) |
Notes
Diffstat (limited to 'net/corkscrew/Makefile')
-rw-r--r-- | net/corkscrew/Makefile | 11 |
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> |