diff options
author | glewis <glewis@FreeBSD.org> | 2005-06-01 19:52:17 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-06-01 19:52:17 +0000 |
commit | e92c09de3d3e4e688f05359306aaa1dea04bccfc (patch) | |
tree | faf320ebef7f086e6b4c7bf98dedaae86aac4138 | |
parent | a530147c57e5957d16063adb69afe765bfef527a (diff) | |
download | FreeBSD-ports-e92c09de3d3e4e688f05359306aaa1dea04bccfc.zip FreeBSD-ports-e92c09de3d3e4e688f05359306aaa1dea04bccfc.tar.gz |
. pre-install -> pre-su-install as files are installed in ${PREFIX} during
this phase. This makes the port installable by a non-root user.
Approved by: hrs
Inspired by: jhb
-rw-r--r-- | print/teTeX-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index b133b98..37139bbd 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -152,7 +152,7 @@ OLDCONFIG= web2c/texmf.cnf web2c/mktex.cnf web2c/fmtutil.cnf \ tex/context/config/cont-usr.tex \ pdftex/config/pdftex.cfg -pre-install: +pre-su-install: ${SED} ${PKGMESSAGE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} .for F in ${OLDCONFIG} |