Date: Wed, 11 Dec 2013 00:51:08 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336132 - head/misc/ftdi-eeprom Message-ID: <201312110051.rBB0p823004374@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Wed Dec 11 00:51:08 2013 New Revision: 336132 URL: http://svnweb.freebsd.org/changeset/ports/336132 Log: - Add stage support Modified: head/misc/ftdi-eeprom/Makefile Modified: head/misc/ftdi-eeprom/Makefile ============================================================================== --- head/misc/ftdi-eeprom/Makefile Wed Dec 11 00:30:11 2013 (r336131) +++ head/misc/ftdi-eeprom/Makefile Wed Dec 11 00:51:08 2013 (r336132) @@ -12,9 +12,10 @@ COMMENT= Tool to program the eeprom on F 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312110051.rBB0p823004374>