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/rate | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (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/rate')
-rw-r--r-- | net-mgmt/rate/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/rate/Makefile b/net-mgmt/rate/Makefile index 377bb193dc46..82a06c419573 100644 --- a/net-mgmt/rate/Makefile +++ b/net-mgmt/rate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rate -# Date created: Thu Aug 21 18:12:35 GMT 2003 -# Whom: mich@FreeBSD.org -# +# Created by: mich@FreeBSD.org # $FreeBSD$ -# PORTNAME= rate PORTVERSION= 0.9 @@ -17,6 +13,7 @@ MAKE_ARGS= ${MAKE_ENV} LDFLAGS+= -lcompat CFLAGS+= -DOPEN_BSD=1 -DHAVE_REGEX -DSTREAM_ANALYZER -DIOCTL_GETWINSIZE -DAUTOSENSE_DLH +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rate ${PREFIX}/bin/rate ${INSTALL_MAN} ${WRKSRC}/doc/rate.1 ${PREFIX}/man/man1 |