diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/bgpq | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Notes
Notes:
svn path=/head/; revision=327757
Diffstat (limited to 'net-mgmt/bgpq')
-rw-r--r-- | net-mgmt/bgpq/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile index 21092c23aced..895ef9f7f85b 100644 --- a/net-mgmt/bgpq/Makefile +++ b/net-mgmt/bgpq/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: bgpq -# Date created: 21 Jan 2002 -# Whom: Alexandre Snarskii <snar@paranoia.ru> -# +# Created by: Alexandre Snarskii <snar@paranoia.ru> # $FreeBSD$ PORTNAME= bgpq @@ -18,6 +15,7 @@ PLIST_FILES= bin/bgpq GNU_CONFIGURE= yes +NO_STAGE= yes post-install: ${STRIP_CMD} ${PREFIX}/bin/bgpq |