diff options
Diffstat (limited to 'math/ess')
-rw-r--r-- | math/ess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index 0200c6bc35b8..ca2aaf08ff86 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -3,7 +3,7 @@ PORTNAME= ess DISTVERSION= 17.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ @@ -30,8 +30,8 @@ post-patch: @${REINPLACE_CMD} -e \ 's|^DESTDIR|#DESTDIR| ; \ s|^PREFIX|#PREFIX| ; \ - s|=$$(PREFIX)|=$$(DESTDIR)$$(PREFIX)| ; \ - s|share/info|${INFO_PATH}|' ${WRKSRC}/Makeconf + s|=$$(PREFIX)|=$$(DESTDIR)$$(PREFIX)|' \ + ${WRKSRC}/Makeconf @${REINPLACE_CMD} -e \ '/^PDFs/s|=.*|=|' ${WRKSRC}/doc/Makefile |