summaryrefslogtreecommitdiffstats
path: root/textproc/foiltex/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-08 10:03:42 +0000
committerlinimon <linimon@FreeBSD.org>2003-12-08 10:03:42 +0000
commit5c8d2d2328351367abc0b24302dfe4cc6e947592 (patch)
tree2f1bd60681653b0e0c6d048f3681703243fe1e2e /textproc/foiltex/Makefile
parentdad401261f90eb885d20ad17142f1312bc117732 (diff)
downloadFreeBSD-ports-5c8d2d2328351367abc0b24302dfe4cc6e947592.zip
FreeBSD-ports-5c8d2d2328351367abc0b24302dfe4cc6e947592.tar.gz
- Add a pkg-deinstall script for updating LaTeX's content cache after
deinstalling, too. (Suggested by Greg Lewis) - When installing via port, set $PKG_PREFIX to $PREFIX for the pkg-install script to make it look for mktexlsr in there, too. PR: ports/59589 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Diffstat (limited to 'textproc/foiltex/Makefile')
-rw-r--r--textproc/foiltex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/foiltex/Makefile b/textproc/foiltex/Makefile
index fcd103d..2ea294f 100644
--- a/textproc/foiltex/Makefile
+++ b/textproc/foiltex/Makefile
@@ -57,7 +57,7 @@ do-install:
@${INSTALL_DATA} ${FOIL_FILES} ${FOIL_DIR}
post-install:
- ${SETENV} LOCALBASE=${LOCALBASE} ${SH} ${PKGDIR}/pkg-install \
- ${PKGNAME} POST-INSTALL
+ ${SETENV} LOCALBASE=${LOCALBASE} PKG_PREFIX=${PREFIX} \
+ ${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
OpenPOWER on IntegriCloud