aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2014-04-02 02:48:56 +0800
committerlme <lme@FreeBSD.org>2014-04-02 02:48:56 +0800
commit07f99b20a9c461db1f92aeebbe0f0e475789d903 (patch)
tree8aa75bf9e3173e113ea4247bc219d8ff6698e639 /net
parenta2b671083d292a5bdccded93582f609c593d666c (diff)
downloadfreebsd-ports-gnome-07f99b20a9c461db1f92aeebbe0f0e475789d903.tar.gz
freebsd-ports-gnome-07f99b20a9c461db1f92aeebbe0f0e475789d903.tar.zst
freebsd-ports-gnome-07f99b20a9c461db1f92aeebbe0f0e475789d903.zip
- Stagify
Diffstat (limited to 'net')
-rw-r--r--net/cnd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/cnd/Makefile b/net/cnd/Makefile
index b924872880b5..9acd0c16f244 100644
--- a/net/cnd/Makefile
+++ b/net/cnd/Makefile
@@ -11,5 +11,7 @@ COMMENT= Console network display
PLIST_FILES= bin/cnd
-NO_STAGE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
.include <bsd.port.mk>