svn commit: r346180 - head/ports-mgmt/portell
Martin Wilke
miwi at FreeBSD.org
Wed Feb 26 09:45:48 UTC 2014
Author: miwi
Date: Wed Feb 26 09:45:47 2014
New Revision: 346180
URL: http://svnweb.freebsd.org/changeset/ports/346180
QAT: https://qat.redports.org/buildarchive/r346180/
Log:
- Stage support
Modified:
head/ports-mgmt/portell/Makefile
Modified: head/ports-mgmt/portell/Makefile
==============================================================================
--- head/ports-mgmt/portell/Makefile Wed Feb 26 09:45:36 2014 (r346179)
+++ head/ports-mgmt/portell/Makefile Wed Feb 26 09:45:47 2014 (r346180)
@@ -17,18 +17,15 @@ NO_BUILD= yes
PLIST_FILES= bin/portell
PORTDOCS= README.txt
-NO_STAGE= yes
post-extract:
${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/portell.py
${REINPLACE_CMD} -e 's/free/freebsd/' ${WRKSRC}/portell.py
${REINPLACE_CMD} -e 's/portell.py/portell/' ${WRKSRC}/README.txt
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/portell.py ${PREFIX}/bin/portell
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
-.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/portell.py ${STAGEDIR}${PREFIX}/bin/portell
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
post-install:
.if !defined(BATCH)
More information about the svn-ports-head
mailing list