Skip to content

Commit

Permalink
devel/arduino-bsd-mk: Update to 2.5
Browse files Browse the repository at this point in the history
Install man page in share/man.

Changes since 2.4:

 - Install man page in ${PREFIX}/share by default.
  • Loading branch information
leres committed Jan 21, 2024
1 parent 47c9ddf commit 0ac9323
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/arduino-bsd-mk/Makefile
@@ -1,5 +1,5 @@
PORTNAME= arduino-bsd-mk
PORTVERSION= 2.4
PORTVERSION= 2.5
CATEGORIES= devel
MASTER_SITES= https://xse.com/leres/arduino/arduino-bsd-mk/ \
LOCAL/leres/arduino-bsd-mk
Expand All @@ -19,10 +19,13 @@ NO_MTREE= yes

PORTEXAMPLES= *

PLIST_FILES= ${ALL_FILES} ${ALL_SCRIPTS:R} man/man7/bsd.arduino.mk.7.gz
PLIST_FILES= ${ALL_FILES} ${ALL_SCRIPTS:R} \
share/man/man7/bsd.arduino.mk.7.gz

OPTIONS_DEFINE+= EXAMPLES

MAKE_ARGS= MANPREFIX=${PREFIX}/share

ALL_FILES= arduino-bsd-mk/bsd.arduino.mk

ALL_SCRIPTS= arduino-bsd-mk/scripts/arduino-boards.py \
Expand Down
6 changes: 3 additions & 3 deletions devel/arduino-bsd-mk/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1659562618
SHA256 (arduino-bsd-mk-2.4.tar.gz) = bd90380e8b265bfdd3139e22d225d58e985beab7245a9c2ec7e4c5064ec657de
SIZE (arduino-bsd-mk-2.4.tar.gz) = 10698
TIMESTAMP = 1705876512
SHA256 (arduino-bsd-mk-2.5.tar.gz) = e9a1f34264f0e7a83e6a8004b72a8ed6b76f3d4cd47fda7ce2a38ec81323a9f1
SIZE (arduino-bsd-mk-2.5.tar.gz) = 10753

0 comments on commit 0ac9323

Please sign in to comment.