aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-10 23:38:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-10 23:38:56 +0000
commit3eb0dd25b9f5fe7a889f4bcfb4a4bc7c91115cb2 (patch)
tree2799f4c3b6dc7e1a749c58a763f3a9163f5354ae
parent3e5fdf74b4eebea4c36c63a0ef5b88f61134a1b8 (diff)
downloadports-3eb0dd25b9f5fe7a889f4bcfb4a4bc7c91115cb2.tar.gz
ports-3eb0dd25b9f5fe7a889f4bcfb4a4bc7c91115cb2.zip
Add explicit tiff dependency so the "cd ../xemacs-mule; make" part will work.
Despam the accidental ${CHOWN} -> chown backout.
Notes
Notes: svn path=/head/; revision=21628
-rw-r--r--editors/xemacs21-mule-common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs21-mule-common/Makefile b/editors/xemacs21-mule-common/Makefile
index 455fb5371ebb..f5219e2a62fc 100644
--- a/editors/xemacs21-mule-common/Makefile
+++ b/editors/xemacs21-mule-common/Makefile
@@ -25,6 +25,7 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff \
compface.1:${PORTSDIR}/mail/faces
USE_AUTOCONF= yes
@@ -95,7 +96,7 @@ pre-install:
post-install:
# install xemacs-mule.sh into ${PREFIX}/etc/rc.d
@${MKDIR} /var/run/emacs/lock
- chmod 1777 /var/run/emacs/lock
+ ${CHMOD} 1777 /var/run/emacs/lock
@${MKDIR} ${PREFIX}/etc/rc.d
@${INSTALL_SCRIPT} ${FILESDIR}/xemacs-mule.sh ${PREFIX}/etc/rc.d
@${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}