svn commit: r349876 - head/net/cnd
Lars Engels
lme at FreeBSD.org
Tue Apr 1 18:48:56 UTC 2014
Author: lme
Date: Tue Apr 1 18:48:56 2014
New Revision: 349876
URL: http://svnweb.freebsd.org/changeset/ports/349876
QAT: https://qat.redports.org/buildarchive/r349876/
Log:
- Stagify
Modified:
head/net/cnd/Makefile
Modified: head/net/cnd/Makefile
==============================================================================
--- head/net/cnd/Makefile Tue Apr 1 18:42:25 2014 (r349875)
+++ head/net/cnd/Makefile Tue Apr 1 18:48:56 2014 (r349876)
@@ -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>
More information about the svn-ports-all
mailing list