aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portell
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-26 09:45:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-26 09:45:47 +0000
commit0d05dbda0764be1e50c850a0cc6611f9a9a16381 (patch)
tree919efa3801cc4cb7eb4da90116e7aede5eb62c17 /ports-mgmt/portell
parent0927fa01cfe3405e12de35d53bb5f04166b1d47a (diff)
downloadports-0d05dbda0764be1e50c850a0cc6611f9a9a16381.tar.gz
ports-0d05dbda0764be1e50c850a0cc6611f9a9a16381.zip
Notes
Diffstat (limited to 'ports-mgmt/portell')
-rw-r--r--ports-mgmt/portell/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile
index dbf390da1e6c..84e28239456f 100644
--- a/ports-mgmt/portell/Makefile
+++ b/ports-mgmt/portell/Makefile
@@ -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)