diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-26 03:47:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-26 03:47:16 +0800 |
commit | 5f73e57a3cfc1bae706378a053713ba1d00151ab (patch) | |
tree | c47fb80d371d813ef3aee97ddcf657ad872ce059 /math | |
parent | 9213dfeef86424e77b2b5fc97e4e65a8b6de1c03 (diff) | |
download | freebsd-ports-gnome-5f73e57a3cfc1bae706378a053713ba1d00151ab.tar.gz freebsd-ports-gnome-5f73e57a3cfc1bae706378a053713ba1d00151ab.tar.zst freebsd-ports-gnome-5f73e57a3cfc1bae706378a053713ba1d00151ab.zip |
Fix stage violation (and allow staging as regular user)
Diffstat (limited to 'math')
-rw-r--r-- | math/ess/Makefile | 1 | ||||
-rw-r--r-- | math/ess/pkg-plist | 5 |
2 files changed, 1 insertions, 5 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 diff --git a/math/ess/pkg-plist b/math/ess/pkg-plist index 40ad521e787b..476e8e6096ce 100644 --- a/math/ess/pkg-plist +++ b/math/ess/pkg-plist @@ -138,8 +138,3 @@ %%EMACS_SITE_LISPDIR%%/mouseme.elc %%EMACS_SITE_LISPDIR%%/msdos.el %%EMACS_SITE_LISPDIR%%/msdos.elc -@dirrmtry %%EMACS_LIBDIR%%/etc/ess/icons -@dirrmtry %%EMACS_LIBDIR%%/etc/ess/ESSR/R -@dirrmtry %%EMACS_LIBDIR%%/etc/ess/ESSR -@dirrmtry %%EMACS_LIBDIR%%/etc/ess -@dirrmtry %%EMACS_LIBDIR%%/etc |