1
0
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:
Archie Cobbs 1999-09-27 18:52:36 +00:00
parent adb212f970
commit cc9eb3cfa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22025
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>