diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-19 00:03:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-19 00:03:53 +0000 |
commit | e8284034fc561f7ac8e47a617056b34deafde9e3 (patch) | |
tree | 76feff73f1be0e2ac6d28f597f03a2d7d9695e05 /misc/ftdi-eeprom | |
parent | 8aa0ca2b8d1f5f701242791e36e1666dcce4f252 (diff) |
Oops, we need an explicit MAINTAINER line.
Notes
Notes:
svn path=/head/; revision=75829
Diffstat (limited to 'misc/ftdi-eeprom')
-rw-r--r-- | misc/ftdi-eeprom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile index cb82788a9f47..83c75d42bf14 100644 --- a/misc/ftdi-eeprom/Makefile +++ b/misc/ftdi-eeprom/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.1 CATEGORIES= misc MASTER_SITES= http://www.bwct.de/ +MAINTAINER= ports@FreeBSD.org COMMENT= A tool to programm the eeprom on FTDI usb devices MAKE_ARGS= BINDIR="${PREFIX}/sbin" \ |