mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add stage support
This commit is contained in:
parent
c9becfc3e7
commit
ce4f51124d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336132
@ -12,9 +12,10 @@ COMMENT= Tool to program 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
|
||||
PLIST_FILES= sbin/ftdi-eeprom man/man8/ftdi-eeprom.8.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ftdi-eeprom ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/ftdi-eeprom.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user