1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Remove useless IGNORE for FreeBSD < 9.1

- Fix manpage installation, use MANPREFIX

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-11-07 22:33:42 +00:00
parent 802d19424f
commit 55f0553bad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401026

View File

@ -25,13 +25,7 @@ USES= python
USE_PYTHON= distutils autoplist
PLIST_FILES= man/man8/jadm.8.gz
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 901000
IGNORE= freeBSD before 9.1 is not supported
.endif
pre-install:
${CP} ${WRKSRC}/man8/jadm.8 ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/man8/jadm.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.post.mk>
.include <bsd.port.mk>