summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:04:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:04:18 +0000
commita537c475ad36e840df2b87278ff2973b08e96ba9 (patch)
tree1f8bad36003e9d486ec5bcaa7121dae873d8d8b0 /print
parentAdjust to lang/tcl* install/deinstall script paths. (diff)
${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (now that's a new one!)
Notes
Notes: svn path=/head/; revision=33572
Diffstat (limited to 'print')
-rw-r--r--print/dvipdfm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile
index bfac624ce651..9c4e84ffc152 100644
--- a/print/dvipdfm/Makefile
+++ b/print/dvipdfm/Makefile
@@ -42,6 +42,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/transistor.pdf ${PREFIX}/share/texmf/doc/dvipdfm
( cd ${PREFIX}/share/texmf/doc/dvipdfm ; tex dvipdfm ; ${PREFIX}/bin/dvipdfm dvipdfm ; ${RM} dvipdfm.log dvipdfm.dvi )
.endif
- ${CAT} ${MASTERDIR}/pkg/MESSAGE
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>