diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-20 15:18:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-20 15:18:53 +0000 |
commit | 1be792fc8feb9133c81461a266793714f7f7e167 (patch) | |
tree | dc75feb8395f8538e84ffe0df053dddaea7d345a /textproc/py-rxp | |
parent | 75602ccaf61870d5385ce8275a65cf0ca3227df8 (diff) | |
download | ports-1be792fc8feb9133c81461a266793714f7f7e167.tar.gz ports-1be792fc8feb9133c81461a266793714f7f7e167.zip |
Notes
Diffstat (limited to 'textproc/py-rxp')
-rw-r--r-- | textproc/py-rxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-rxp/Makefile b/textproc/py-rxp/Makefile index eca1f553df63..29624f346087 100644 --- a/textproc/py-rxp/Makefile +++ b/textproc/py-rxp/Makefile @@ -28,7 +28,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-rxp .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6", "freebsd7/g' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6", "freebsd7", "freebsd8/g' ${WRKSRC}/setup.py .if !defined(NOPORTDOCS) post-install: |