aboutsummaryrefslogtreecommitdiff
path: root/textproc/chpp/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-02 10:18:19 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-02 10:18:19 +0000
commit73df439a2bb334c5ca376758d78569f2e33b6d45 (patch)
tree81e3d4a7a78045e7955875a5edd52a6f8287b210 /textproc/chpp/Makefile
parent49a1902092a1dbe3c69c68e2469951a494eaeea6 (diff)
downloadports-73df439a2bb334c5ca376758d78569f2e33b6d45.tar.gz
ports-73df439a2bb334c5ca376758d78569f2e33b6d45.zip
Notes
Diffstat (limited to 'textproc/chpp/Makefile')
-rw-r--r--textproc/chpp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile
index baf17166a3d4..c415bced7a58 100644
--- a/textproc/chpp/Makefile
+++ b/textproc/chpp/Makefile
@@ -8,7 +8,8 @@
PORTNAME= chpp
PORTVERSION= 0.3.5
CATEGORIES= textproc
-MASTER_SITES= http://www.complang.tuwien.ac.at/~schani/chpp/files/
+MASTER_SITES= http://www.complang.tuwien.ac.at/~schani/chpp/files/ \
+ http://freebsd.nsu.ru/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Non-intrusive full-featured text preprocessor
@@ -35,7 +36,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in AUTHORS NEWS README
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif