aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cw/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-09-18 15:57:45 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-09-18 15:57:45 +0000
commit1a0d4e9a1019611221afed11c046c6ea469f2b26 (patch)
tree73fc97f9435cbee391e9f0c997fe9eb6e60ecfe0 /sysutils/cw/Makefile
parent3c777c96b13c326bdfd244a7e3acac411ae9e7b0 (diff)
downloadports-1a0d4e9a1019611221afed11c046c6ea469f2b26.tar.gz
ports-1a0d4e9a1019611221afed11c046c6ea469f2b26.zip
Notes
Diffstat (limited to 'sysutils/cw/Makefile')
-rw-r--r--sysutils/cw/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/sysutils/cw/Makefile b/sysutils/cw/Makefile
index 801d803fb899..811f2b65204d 100644
--- a/sysutils/cw/Makefile
+++ b/sysutils/cw/Makefile
@@ -6,29 +6,24 @@
#
PORTNAME= cw
-PORTVERSION= 1.0.15
+PORTVERSION= 1.0.16
CATEGORIES= sysutils
MASTER_SITES= http://cwrapper.sourceforge.net/ \
- http://www.fakehalo.us/cw/ \
- http://dryice.name/computer/FreeBSD/distfiles/
+ http://www.fakehalo.us/cw/
MAINTAINER= ports@FreeBSD.org
COMMENT= A non-intrusive color wrapper for common commands
GNU_CONFIGURE= yes
-MAN1= cw.1 cwe.1 cwu.1
-MANCOMPRESSED= yes
-.if !defined(NOPORTDOCS)
-PORTDOCS= CHANGES CONTRIB COPYING FILES INSTALL PLATFORM README \
- VERSION
-.endif
+MANCOMPRESSED= yes
+MAN1= cw.1 cwe.1 cwu.1
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
+.for file in CHANGES CONTRIB FILES INSTALL PLATFORM README VERSION
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif