diff options
author | danfe <danfe@FreeBSD.org> | 2007-07-02 18:18:19 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-07-02 18:18:19 +0800 |
commit | 27ebd47f87d59a61978dbab1b4ffec940cd1ac89 (patch) | |
tree | 37d0212ccc8fc1a1d95fe44e2aee620947547c1f /textproc/chpp | |
parent | 7a316c0df387275028de71eb2983e6720d159d7d (diff) | |
download | freebsd-ports-gnome-27ebd47f87d59a61978dbab1b4ffec940cd1ac89.tar.gz freebsd-ports-gnome-27ebd47f87d59a61978dbab1b4ffec940cd1ac89.tar.zst freebsd-ports-gnome-27ebd47f87d59a61978dbab1b4ffec940cd1ac89.zip |
- Store distfile somewhere else, it's unfetchable from master site now
- Unmute INSTALL_DATA while I'm still at this port
Diffstat (limited to 'textproc/chpp')
-rw-r--r-- | textproc/chpp/Makefile | 5 |
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 |