1
0
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:
Danilo Egea Gondolfo 2013-12-11 00:51:08 +00:00
parent c9becfc3e7
commit ce4f51124d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336132

View File

@ -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>