diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /games/bsdrain/Makefile | |
parent | 549b6db4176fe494c57f28d6d061cda790a27887 (diff) | |
download | ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.tar.gz ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363399
Diffstat (limited to 'games/bsdrain/Makefile')
-rw-r--r-- | games/bsdrain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bsdrain/Makefile b/games/bsdrain/Makefile index 52b031c4440e..a3886a484629 100644 --- a/games/bsdrain/Makefile +++ b/games/bsdrain/Makefile @@ -14,6 +14,6 @@ COMMENT= The original BSD rain program, ported from NetBSD PLIST_FILES= bin/rain \ man/man6/rain.6.gz -USE_BZIP2= yes +USES= tar:bzip2 .include <bsd.port.mk> |