diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-08-21 14:25:33 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-08-21 14:25:33 +0000 |
commit | fe6a84f89c84fb7db7bdfd8799962b43d08bac96 (patch) | |
tree | bc5efae541a1497c2d0478eb45a7d172fb26d778 /security/clamav | |
parent | d004c0cfe92d6c4492a6399102b09d81737d4fc6 (diff) |
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 2936fe569870..5c2d6d7d596b 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -167,7 +167,7 @@ post-patch: @${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \ ${WRKSRC}/libclamunrar/unrar.c -pre-install: +pre-su-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: |