diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-02 10:04:27 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-11-02 10:04:27 +0000 |
commit | 0c85b2532d1acb69c06416dc218159effa848fec (patch) | |
tree | 5da5a00b48cc894d9b71245455791ad98e2425f2 /security/drweb/Makefile | |
parent | b09902db7f3aebc0958be2670dfa257fb5307861 (diff) | |
download | ports-0c85b2532d1acb69c06416dc218159effa848fec.tar.gz ports-0c85b2532d1acb69c06416dc218159effa848fec.zip |
Notes
Diffstat (limited to 'security/drweb/Makefile')
-rw-r--r-- | security/drweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 4addfcf0fde4..3d9d45d69ece 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -55,6 +55,6 @@ do-install: ${PATCH} -s < ${FILESDIR}/update-patch && ${RM} update.pl.orig post-install: - PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} POST-INSTALL + PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |