diff options
author | ru <ru@FreeBSD.org> | 2005-12-30 21:07:52 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-30 21:07:52 +0800 |
commit | b4ab65ccceec9cd326e68577d6169a3ed0510786 (patch) | |
tree | a214878f6873c9abcf392961ae5d71fa378ee6bf | |
parent | 88718f78c60f580d413fd0d667875e31675eea12 (diff) | |
download | freebsd-ports-gnome-b4ab65ccceec9cd326e68577d6169a3ed0510786.tar.gz freebsd-ports-gnome-b4ab65ccceec9cd326e68577d6169a3ed0510786.tar.zst freebsd-ports-gnome-b4ab65ccceec9cd326e68577d6169a3ed0510786.zip |
Unbreak on FreeBSD 7 too.
-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 639d281629c5..e2ebdc4206cc 100644 --- a/textproc/py-rxp/Makefile +++ b/textproc/py-rxp/Makefile @@ -27,7 +27,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-rxp .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6/g' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6", "freebsd7/g' ${WRKSRC}/setup.py .if !defined(NOPORTDOCS) post-install: |