svn commit: r356048 - head/sysutils/wmbsdbatt
Martin Wilke
miwi at FreeBSD.org
Sun Jun 1 07:14:36 UTC 2014
Author: miwi
Date: Sun Jun 1 07:14:35 2014
New Revision: 356048
URL: http://svnweb.freebsd.org/changeset/ports/356048
QAT: https://qat.redports.org/buildarchive/r356048/
Log:
- Stage support
Modified:
head/sysutils/wmbsdbatt/Makefile
Modified: head/sysutils/wmbsdbatt/Makefile
==============================================================================
--- head/sysutils/wmbsdbatt/Makefile Sun Jun 1 07:12:37 2014 (r356047)
+++ head/sysutils/wmbsdbatt/Makefile Sun Jun 1 07:14:35 2014 (r356048)
@@ -14,8 +14,7 @@ USE_XORG= x11 xpm
PLIST_FILES= bin/wmbsdbatt
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list