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/portsearch | |
parent | 7de019308714a4657174fe4596e39045f6e8e95c (diff) | |
download | ports-16f65335a1da8b465551d267919a3c57435fb132.tar.gz ports-16f65335a1da8b465551d267919a3c57435fb132.zip |
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/portsearch')
-rw-r--r-- | ports-mgmt/portsearch/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/portsearch/Makefile b/ports-mgmt/portsearch/Makefile index 2e42c7304f98..fc7919e1fcb5 100644 --- a/ports-mgmt/portsearch/Makefile +++ b/ports-mgmt/portsearch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: portsearch -# Date created: 22 Nov 2005 -# Whom: Vasil Dimov <vd@datamax.bg> -# +# Created by: Vasil Dimov <vd@datamax.bg> # $FreeBSD$ -# PORTNAME= portsearch PORTVERSION= 1.3.2 @@ -18,4 +14,5 @@ COMMENT= Port searching tool that supports search by packing list files PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes .include <bsd.port.mk> |