diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-24 12:44:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-24 12:44:19 +0000 |
commit | 5855f1a5473b6895ca0f748c43d0b0b4709603ad (patch) | |
tree | a3cc711d48a255afe2f0565b1d67b3a6d7c2ea9e /net-mgmt/rate | |
parent | Support staging (diff) |
Support staging
Notes
Notes:
svn path=/head/; revision=345824
Diffstat (limited to 'net-mgmt/rate')
-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> |