diff options
author | gjb <gjb@FreeBSD.org> | 2014-06-01 07:42:30 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-06-01 07:42:30 +0800 |
commit | 5691268ce91e673a66d40eadfdb427607da497bd (patch) | |
tree | 06446fc72b793517cf7e8463c0d338cbbf656dbd | |
parent | 39a6ba9aa5e465bf816cb784fce20dc5d8fbf898 (diff) | |
download | freebsd-ports-gnome-5691268ce91e673a66d40eadfdb427607da497bd.tar.gz freebsd-ports-gnome-5691268ce91e673a66d40eadfdb427607da497bd.tar.zst freebsd-ports-gnome-5691268ce91e673a66d40eadfdb427607da497bd.zip |
Add stage support.
Sponsored by: The FreeBSD Foundation
-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> |