- Store distfile somewhere else, it's unfetchable from master site now

- Unmute INSTALL_DATA while I'm still at this port
This commit is contained in:
Alexey Dokuchaev 2007-07-02 10:18:19 +00:00
parent 49a1902092
commit 73df439a2b

View file

@ -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