diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:36:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:36:49 +0800 |
commit | cbee5eb19f280eff9c4086b3ca433aee1b375672 (patch) | |
tree | fe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/portell | |
parent | 85a83ee9ef219f3d2b624a71c7156260551df0f1 (diff) | |
download | freebsd-ports-gnome-cbee5eb19f280eff9c4086b3ca433aee1b375672.tar.gz freebsd-ports-gnome-cbee5eb19f280eff9c4086b3ca433aee1b375672.tar.zst freebsd-ports-gnome-cbee5eb19f280eff9c4086b3ca433aee1b375672.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)
Diffstat (limited to 'ports-mgmt/portell')
-rw-r--r-- | ports-mgmt/portell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 42eb9bca2d60..dbf390da1e6c 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: portell -# Date created: Wed Jan 08 13:25:35 GMT 2003 -# Whom: mich@freebsdcluster.org -# +# Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= portell PORTVERSION= 0.2 @@ -21,6 +17,7 @@ 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 |