aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-24 20:44:19 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-24 20:44:19 +0800
commit74afcb0eb858c4f13f08c122fe30b0565fee2509 (patch)
treea3cc711d48a255afe2f0565b1d67b3a6d7c2ea9e /net-mgmt
parent9ff38c8c326b5bbea3ed4726e76bbb892212dd3b (diff)
downloadfreebsd-ports-gnome-74afcb0eb858c4f13f08c122fe30b0565fee2509.tar.gz
freebsd-ports-gnome-74afcb0eb858c4f13f08c122fe30b0565fee2509.tar.zst
freebsd-ports-gnome-74afcb0eb858c4f13f08c122fe30b0565fee2509.zip
Support staging
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/rate/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/rate/Makefile b/net-mgmt/rate/Makefile
index 82a06c419573..4c06318ea5ca 100644
--- a/net-mgmt/rate/Makefile
+++ b/net-mgmt/rate/Makefile
@@ -13,12 +13,10 @@ 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
+PLIST_FILES= bin/rate man/man1/rate.1.gz
-MAN1= rate.1
-PLIST_FILES= bin/rate
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/rate ${STAGEDIR}${PREFIX}/bin/rate
+ ${INSTALL_MAN} ${WRKSRC}/doc/rate.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>