forked from Lainports/freebsd-ports
- 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:
parent
49a1902092
commit
73df439a2b
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue