1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

[patch] cleanup non-supported FreeBSD versions

PR:		ports/111669
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-05-02 08:01:27 +00:00
parent bdd032fc66
commit 501d5283df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191391

View File

@ -28,8 +28,6 @@ CONFIGURE_ARGS= --without-python
CONFIGURE_ARGS+= --with-html-dir="${TARGETDIR}/share/doc"
.endif
.include <bsd.port.pre.mk>
post-extract: .SILENT
${REINPLACE_CMD} -e \
's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \
@ -43,9 +41,6 @@ post-extract: .SILENT
${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h
. endif
.else
. if ${OSVERSION} < 500035
${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h
. endif
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>