svn commit: r344752 - head/converters/cmios9

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 17 14:06:21 UTC 2014


Author: ehaupt
Date: Mon Feb 17 14:06:20 2014
New Revision: 344752
URL: http://svnweb.freebsd.org/changeset/ports/344752
QAT: https://qat.redports.org/buildarchive/r344752/

Log:
  Support staging

Modified:
  head/converters/cmios9/Makefile

Modified: head/converters/cmios9/Makefile
==============================================================================
--- head/converters/cmios9/Makefile	Mon Feb 17 14:03:17 2014	(r344751)
+++ head/converters/cmios9/Makefile	Mon Feb 17 14:06:20 2014	(r344752)
@@ -9,9 +9,9 @@ MASTER_SITES=	http://members.tripod.com/
 MAINTAINER=	M.Indlekofer at gmx.de
 COMMENT=	Ftp-like access to Fairlight image files and devices
 
-MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-
 PLIST_FILES=	bin/cmios9
 
-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