diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
commit | 16f65335a1da8b465551d267919a3c57435fb132 (patch) | |
tree | fe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/xps | |
parent | 7de019308714a4657174fe4596e39045f6e8e95c (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: ports-mgmt)
Notes
Notes:
svn path=/head/; revision=327762
Diffstat (limited to 'ports-mgmt/xps')
-rw-r--r-- | ports-mgmt/xps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile index 9196770acc10..ed0a706c32be 100644 --- a/ports-mgmt/xps/Makefile +++ b/ports-mgmt/xps/Makefile @@ -20,6 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/xps MAN1= xps.1 +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xps ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 |