diff options
author | vs <vs@FreeBSD.org> | 2005-05-23 10:37:20 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-23 10:37:20 +0000 |
commit | 31f4bd3e9b879d8561218b1af674a51a5e87f6f7 (patch) | |
tree | df314347853b05d473c77ed9ef217abe4496985b /misc | |
parent | a47259c97ec9210bdc6326042fd7614fe4b1a85a (diff) | |
download | FreeBSD-ports-31f4bd3e9b879d8561218b1af674a51a5e87f6f7.zip FreeBSD-ports-31f4bd3e9b879d8561218b1af674a51a5e87f6f7.tar.gz |
- Use PLIST_FILES
- Add URL to pkg-descr
Diffstat (limited to 'misc')
-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 83c75d4..02eb5a7 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 27cad28..f0ba0ae 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 04a08c9..0000000 --- a/misc/ftdi-eeprom/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -sbin/ftdi-eeprom |