diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 10:37:20 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 10:37:20 +0000 |
commit | 3ee38b0147b5cf166e104bde67f26e227497bcd7 (patch) | |
tree | 692380216a6bba841b54d495ff47574e727bb38e /misc/ftdi-eeprom | |
parent | 7293eac93e346f3e3225720aa3aec7b6277110c1 (diff) | |
download | ports-3ee38b0147b5cf166e104bde67f26e227497bcd7.tar.gz ports-3ee38b0147b5cf166e104bde67f26e227497bcd7.zip |
Notes
Diffstat (limited to 'misc/ftdi-eeprom')
-rw-r--r-- | misc/ftdi-eeprom/Makefile | 1 | ||||
-rw-r--r-- | misc/ftdi-eeprom/pkg-descr | 2 | ||||
-rw-r--r-- | misc/ftdi-eeprom/pkg-plist | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile index 83c75d42bf14..02eb5a746395 100644 --- a/misc/ftdi-eeprom/Makefile +++ b/misc/ftdi-eeprom/Makefile @@ -16,6 +16,7 @@ COMMENT= A tool to programm the eeprom on FTDI usb devices MAKE_ARGS= BINDIR="${PREFIX}/sbin" \ MANDIR="${PREFIX}/man/man" +PLIST_FILES= sbin/ftdi-eeprom MAN8= ftdi-eeprom.8 MANCOMPRESSED= maybe diff --git a/misc/ftdi-eeprom/pkg-descr b/misc/ftdi-eeprom/pkg-descr index 27cad286e104..f0ba0aed2b4a 100644 --- a/misc/ftdi-eeprom/pkg-descr +++ b/misc/ftdi-eeprom/pkg-descr @@ -1,2 +1,4 @@ ftdi-eeprom writes the contents of the configuration eeproms for FTDI usb chips. + +WWW: http://www.bwct.de/ diff --git a/misc/ftdi-eeprom/pkg-plist b/misc/ftdi-eeprom/pkg-plist deleted file mode 100644 index 04a08c9ea0dd..000000000000 --- a/misc/ftdi-eeprom/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -sbin/ftdi-eeprom |