diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
commit | 06acd13c21bb0676c544f32d463c63244fdd0f41 (patch) | |
tree | 087106d0ee3a86a8cdc22147ff10814f7970e4c5 /print/xdvi | |
parent | d484d409c570a2d5f73fd6ecd49ee5c7f7269edc (diff) | |
download | ports-06acd13c21bb0676c544f32d463c63244fdd0f41.tar.gz ports-06acd13c21bb0676c544f32d463c63244fdd0f41.zip |
Notes
Diffstat (limited to 'print/xdvi')
-rw-r--r-- | print/xdvi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 85200d5a9d69..7288e23a1cd5 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -33,7 +33,7 @@ post-configure: @${PERL} -pi -e "s=distclean::=distclean:=g" ${WRKSRC}/Makefile pre-install: - @if ls /var/db/pkg/ | grep -qi ^tetex; then\ + @if ${LS} /var/db/pkg/ | grep -qi ^tetex; then\ ${ECHO_MSG} "*** WARNING ***";\ ${ECHO_MSG} "This port conflicts with teTeX! If you have already installed";\ ${ECHO_MSG} "teTeX, you may want to backup the xdvi and MakeTeXPK commands.";\ |