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 | eea57626a4dcd8ee470373283f823390b2267d1e (diff) | |
download | ports-1c2ba24bde11343343284a4f1605f3bafbcd683d.tar.gz ports-1c2ba24bde11343343284a4f1605f3bafbcd683d.zip |
Notes
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} |