svn commit: r343340 - head/ftp/profxp

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 8 14:37:45 UTC 2014


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>


More information about the svn-ports-head mailing list