diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-26 16:51:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-26 16:51:42 +0000 |
commit | 404f37acb42485276a1535890c6874d9cc643075 (patch) | |
tree | eba152c430a11654099c4190ae4f13f9540d1d12 /sysutils/flasher/Makefile | |
parent | dc232d81032109989e731322d0fa6fc0a5c01eba (diff) | |
download | ports-404f37acb42485276a1535890c6874d9cc643075.tar.gz ports-404f37acb42485276a1535890c6874d9cc643075.zip |
Notes
Diffstat (limited to 'sysutils/flasher/Makefile')
-rw-r--r-- | sysutils/flasher/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/flasher/Makefile b/sysutils/flasher/Makefile index 569056e82a46..26fc1c392c24 100644 --- a/sysutils/flasher/Makefile +++ b/sysutils/flasher/Makefile @@ -9,9 +9,6 @@ MASTER_SITES= http://www.unixporting.com/downloads/flasher/ MAINTAINER= freebsd@nesbitt.ca COMMENT= Monitors log or mail files for writes, and flashes a keyboard LED -MAN1= flasher.1 -MANCOMPRESSED= yes -PLIST_FILES= sbin/flasher +PLIST_FILES= sbin/flasher man/man1/flasher.1.gz -NO_STAGE= yes .include <bsd.port.mk> |