aboutsummaryrefslogtreecommitdiff
path: root/misc/ftdi-eeprom
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-11 00:51:08 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-11 00:51:08 +0000
commitce4f51124d4d34a76dbea4f4180ee1b08d0902a1 (patch)
tree8a61d7c6984eeeb4d070a5ed2c48730cbaa08b40 /misc/ftdi-eeprom
parentc9becfc3e7d773b22f49e21571d9085194abbce1 (diff)
downloadports-ce4f51124d4d34a76dbea4f4180ee1b08d0902a1.tar.gz
ports-ce4f51124d4d34a76dbea4f4180ee1b08d0902a1.zip
Notes
Diffstat (limited to 'misc/ftdi-eeprom')
-rw-r--r--misc/ftdi-eeprom/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile
index 68f14908ed25..7782b736d372 100644
--- a/misc/ftdi-eeprom/Makefile
+++ b/misc/ftdi-eeprom/Makefile
@@ -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>