Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 14:06:21 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344752 - head/converters/cmios9
Message-ID:  <201402171406.s1HE6LvA076128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171406.s1HE6LvA076128>