diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-06-01 19:52:17 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-06-01 19:52:17 +0000 |
commit | 1c2ba24bde11343343284a4f1605f3bafbcd683d (patch) | |
tree | ce6cbc392b168fdf7181c946c2fb0cb1406d977b /print | |
parent | - Fix spamd socket option parsing. (diff) |
. 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
Notes
Notes:
svn path=/head/; revision=136634
Diffstat (limited to 'print')
-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 b133b98cb3ad..37139bbdf9d7 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} |