aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-06-01 07:42:30 +0800
committergjb <gjb@FreeBSD.org>2014-06-01 07:42:30 +0800
commit5691268ce91e673a66d40eadfdb427607da497bd (patch)
tree06446fc72b793517cf7e8463c0d338cbbf656dbd
parent39a6ba9aa5e465bf816cb784fce20dc5d8fbf898 (diff)
downloadfreebsd-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/Makefile4
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>