diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-25 19:47:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-25 19:47:16 +0000 |
commit | 1c9cf120b0dccef52b2c91a74868ecb277f60f84 (patch) | |
tree | c47fb80d371d813ef3aee97ddcf657ad872ce059 /math/ess/Makefile | |
parent | 393c056310fcd54eb0d41d563f74abec3f363dd6 (diff) |
Notes
Diffstat (limited to 'math/ess/Makefile')
-rw-r--r-- | math/ess/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index a778a528a1d3..f9bcf2304c33 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -36,6 +36,7 @@ post-patch: .SILENT -e "\|^ETCDIR\ =|s|=.*|=${STAGEDIR}${PREFIX}/${EMACS_LIBDIR}/etc/ess|" \ -e "\|^INFODIR=|s|=.*|=${STAGEDIR}${PREFIX}/${INFO_PATH}|" \ -e "\|^LISPDIR=|s|=.*|=${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}|" \ + -e "\|^SITELISP=|d" \ ${WRKSRC}/Makeconf ${REINPLACE_CMD} -e "\|cd doc; \$$(MAKE) \$$@|d" \ ${WRKSRC}/Makefile |