Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 14:37:45 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343340 - head/ftp/profxp
Message-ID:  <201402081437.s18EbjUF024187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Feb  8 14:37:44 2014
New Revision: 343340
URL: http://svnweb.freebsd.org/changeset/ports/343340
QAT: https://qat.redports.org/buildarchive/r343340/

Log:
  - Add stage support

Modified:
  head/ftp/profxp/Makefile

Modified: head/ftp/profxp/Makefile
==============================================================================
--- head/ftp/profxp/Makefile	Sat Feb  8 14:34:00 2014	(r343339)
+++ head/ftp/profxp/Makefile	Sat Feb  8 14:37:44 2014	(r343340)
@@ -21,12 +21,12 @@ USES=		shebangfix perl5
 SHEBANG_FILES=	profxpv3.pl
 perl_OLD_CMD=	/home/tom/ActivePerl-5.6/bin/perl
 
-NO_STAGE=	yes
 post-patch1:
 	@${REINPLACE_CMD} -i '' '1s|^\#.*|#!${PERL}|' ${WRKSRC}/profxpv3.pl
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp
-	${CP} -R ${WRKSRC}/profxp ${SITE_PERL}
+	@${MKDIR} ${STAGEDIR}${SITE_PERL}
+	${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${STAGEDIR}${PREFIX}/bin/profxp
+	${CP} -R ${WRKSRC}/profxp ${STAGEDIR}${SITE_PERL}
 
 .include <bsd.port.mk>



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