diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-11-22 23:37:05 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-11-22 23:37:05 +0800 |
commit | 8c0c6ca17d60b7ee3d3427c3672c0f7cf7e1e213 (patch) | |
tree | 9da16a8ac9dd02eced6cef9309ba872c0b78579a /math/rkward | |
parent | 38198c7fd2fa4a771435e00ae995b761bae58a89 (diff) | |
download | freebsd-ports-gnome-8c0c6ca17d60b7ee3d3427c3672c0f7cf7e1e213.tar.gz freebsd-ports-gnome-8c0c6ca17d60b7ee3d3427c3672c0f7cf7e1e213.tar.zst freebsd-ports-gnome-8c0c6ca17d60b7ee3d3427c3672c0f7cf7e1e213.zip |
Fix plist with NOPORTDOCS.
Reported by: QAT
Diffstat (limited to 'math/rkward')
-rw-r--r-- | math/rkward/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/rkward/Makefile b/math/rkward/Makefile index ebd83e47314b..2de3bdca2de6 100644 --- a/math/rkward/Makefile +++ b/math/rkward/Makefile @@ -50,7 +50,7 @@ pre-configure: ${REINPLACE_CMD} -e 's|-lgfortran|-L${FORTRANLIBDIR2} -lgfortran|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .if defined(NOPORTDOCS) - ${REINPLACE_CMD} -e 's|rkward po doc debian|rkward po debian|' \ + ${REINPLACE_CMD} -e 's|rkward po doc|rkward po|' \ ${WRKSRC}/Makefile.in .endif .if defined(WITHOUT_NLS) |