diff options
author | ache <ache@FreeBSD.org> | 2001-11-02 10:04:27 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-11-02 10:04:27 +0000 |
commit | 64f3dd7ac0d61a688f809000ff248ad0027d1e22 (patch) | |
tree | 3b6655a7e81833856901cba056a3e09c46e28371 /mail/popper | |
parent | 0455f0a946dd3c93fc3843930ae4a312c2476ba2 (diff) | |
download | FreeBSD-ports-64f3dd7ac0d61a688f809000ff248ad0027d1e22.zip FreeBSD-ports-64f3dd7ac0d61a688f809000ff248ad0027d1e22.tar.gz |
Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit
Diffstat (limited to 'mail/popper')
-rw-r--r-- | mail/popper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index d6eb3ea1..65b9733 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -55,7 +55,7 @@ post-patch: $(CP) ${FILESDIR}/sendto.c ${WRKSRC} pre-install: - PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL do-install: cd ${WRKSRC} && \ |