diff options
author | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /comms/minicom | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip |
/bin/sh -> ${SH}
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 77c6ae8cd27f..fa7a3cfcfc07 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,10 +1,9 @@ -# ex:ts=8 # New ports collection makefile for: minicom # Version required: 1.74 # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.9 1997/04/04 15:57:32 obrien Exp $ +# $Id: Makefile,v 1.10 1997/04/04 15:58:10 obrien Exp $ # DISTNAME= minicom-1.75 @@ -25,7 +24,7 @@ MAN1= minicom.1 runscript.1 ascii-xfr.1 .if !defined(BATCH) pre-install: # this script creates a link from your comm port to /dev/modem - /bin/sh ${SCRIPTDIR}/create-dev-link + ${SH} ${SCRIPTDIR}/create-dev-link .endif .include <bsd.port.mk> |