diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-11-22 15:37:05 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-11-22 15:37:05 +0000 |
commit | 8c0c6ca17d60b7ee3d3427c3672c0f7cf7e1e213 (patch) | |
tree | 9da16a8ac9dd02eced6cef9309ba872c0b78579a /math | |
parent | 38198c7fd2fa4a771435e00ae995b761bae58a89 (diff) |
Fix plist with NOPORTDOCS.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=223195
Diffstat (limited to 'math')
-rw-r--r-- | math/rkward-kde4/Makefile | 2 | ||||
-rw-r--r-- | math/rkward/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index ebd83e47314b..2de3bdca2de6 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/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) 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) |