diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-24 20:44:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-24 20:44:19 +0800 |
commit | 74afcb0eb858c4f13f08c122fe30b0565fee2509 (patch) | |
tree | a3cc711d48a255afe2f0565b1d67b3a6d7c2ea9e /net-mgmt | |
parent | 9ff38c8c326b5bbea3ed4726e76bbb892212dd3b (diff) | |
download | freebsd-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/Makefile | 10 |
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> |