mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Jikes comes with its own man page now, so install that one instead
of the placeholder man page.
This commit is contained in:
parent
adb212f970
commit
cc9eb3cfa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22025
@ -14,7 +14,7 @@ MAINTAINER= archie@whistle.com
|
||||
|
||||
WRKSRC= ${WRKDIR}/jikes/src
|
||||
MAN1= jikes.1
|
||||
MAKE_ENV= FILESDIR=${FILESDIR}
|
||||
MAKE_ENV= WRKDIR=${WRKDIR}
|
||||
PATCH_STRIP= -p2
|
||||
|
||||
# (sufficiently handled by pkg/MESSAGE, but if IBM has an issue then
|
||||
|
@ -15,7 +15,7 @@ diff -ur --unidirectional-new-file jikes.orig/src/Makefile.in work/jikes/src/Mak
|
||||
+ ${INSTALL} -c ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
+ ${EXECUTABLE} ${PREFIX}/bin/jikes
|
||||
+ ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
|
||||
+ ${FILESDIR}/jikes.1 ${PREFIX}/man/man1
|
||||
+ ${WRKDIR}/jikes/jikes.1 ${PREFIX}/man/man1
|
||||
+
|
||||
+.include <bsd.own.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user