diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2013-08-14 17:28:32 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2013-08-14 17:28:32 +0000 |
| commit | d8d9871e4e7df4435527eab34983ace1203f37ba (patch) | |
| tree | ca07084fbee68fbf95dc8987cfcaf8b4774de65f | |
| parent | 0fe3d4f76353de87a58ae8cdc9a4360dc94a1af0 (diff) | |
Notes
| -rw-r--r-- | security/polarssl/Makefile | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | security/polarssl/files/fetchwrapper.sh | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 5efdd2c715ab..cd97f040ad55 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -51,7 +51,7 @@ post-install: .include <bsd.port.pre.mk> -FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \ +FETCH_CMD= ${SH} ${FILESDIR}/fetchwrapper.sh \ ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} .if ${ARCH} == "powerpc" diff --git a/security/polarssl/files/fetchwrapper.sh b/security/polarssl/files/fetchwrapper.sh index dcbe42ced2b6..dcbe42ced2b6 100644..100755 --- a/security/polarssl/files/fetchwrapper.sh +++ b/security/polarssl/files/fetchwrapper.sh |
