diff options
author | Glen Barber <gjb@FreeBSD.org> | 2014-05-31 23:42:30 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2014-05-31 23:42:30 +0000 |
commit | a5df041d6998c99fe7a3478782167cc6bccd353b (patch) | |
tree | 06446fc72b793517cf7e8463c0d338cbbf656dbd /security/clamd-stream-client | |
parent | b1f8a24476a7ea193cd216a6b4fa79b9d031c9aa (diff) | |
download | ports-a5df041d6998c99fe7a3478782167cc6bccd353b.tar.gz ports-a5df041d6998c99fe7a3478782167cc6bccd353b.zip |
Notes
Diffstat (limited to 'security/clamd-stream-client')
-rw-r--r-- | security/clamd-stream-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/clamd-stream-client/Makefile b/security/clamd-stream-client/Makefile index a1f86e68ba64..dbb3b695a198 100644 --- a/security/clamd-stream-client/Makefile +++ b/security/clamd-stream-client/Makefile @@ -12,5 +12,7 @@ COMMENT= Standalone clamav client HAS_CONFIGURE= yes PLIST_FILES= bin/clamd-stream-client -NO_STAGE= yes +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + .include <bsd.port.mk> |