diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-11-08 18:30:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-11-08 18:30:52 +0800 |
commit | 7b3914ca12c677470c5272074c3e4e386d010f92 (patch) | |
tree | 38b5f59af4a2b508e20cb571a7e86eb9d8ed4414 /mail | |
parent | 25b24612423f50bdc91b83f35f6ef8e5c0e52858 (diff) | |
download | freebsd-ports-gnome-7b3914ca12c677470c5272074c3e4e386d010f92.tar.gz freebsd-ports-gnome-7b3914ca12c677470c5272074c3e4e386d010f92.tar.zst freebsd-ports-gnome-7b3914ca12c677470c5272074c3e4e386d010f92.zip |
- fix build with csh
Reported by: Dikshie
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smx/Makefile b/mail/smx/Makefile index 9d27bfa3ca80..2670c5fca644 100644 --- a/mail/smx/Makefile +++ b/mail/smx/Makefile @@ -151,7 +151,7 @@ pre-install: pw groupmod smxc -m smxs pw groupmod smxm -m smxs,smxq .if !defined(BATCH) - ${SHELL} ${WRKSRC}/misc/sm.setup.sh + ${SH} ${WRKSRC}/misc/sm.setup.sh .endif post-install: |