1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- Fix always true condition

This commit is contained in:
Dmitry Marakasov 2014-12-04 16:04:00 +00:00
parent a86f4d219c
commit 5a84d568c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373965
2 changed files with 1 additions and 7 deletions

View File

@ -14,13 +14,7 @@ USES= gmake tar:bzip2
PLIST_FILES= bin/pmt
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800071
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.mak
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>
.include <bsd.port.mk>