aboutsummaryrefslogtreecommitdiff
path: root/misc/ftdi-eeprom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ftdi-eeprom/Makefile')
-rw-r--r--misc/ftdi-eeprom/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile
index 0a5e2e90891c..a36cb4ad002c 100644
--- a/misc/ftdi-eeprom/Makefile
+++ b/misc/ftdi-eeprom/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ftdi-eeprom
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.bwct.de/
@@ -9,12 +9,12 @@ COMMENT= Tool to program the eeprom on FTDI usb devices
WWW= https://www.bwct.de/
MAKE_ARGS= BINDIR="${PREFIX}/sbin" \
- MANDIR="${PREFIX}/man/man"
+ MANDIR="${PREFIX}/share/man/man"
-PLIST_FILES= sbin/ftdi-eeprom man/man8/ftdi-eeprom.8.gz
+PLIST_FILES= sbin/ftdi-eeprom share/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
+ ${INSTALL_MAN} ${WRKSRC}/ftdi-eeprom.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>