1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

BROKEN on 5.x: Broken pkg-plist

This commit is contained in:
Kris Kennaway 2004-02-17 22:38:49 +00:00
parent ee720b5f75
commit a417748c87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101264

View File

@ -27,6 +27,12 @@ DOCS= AUTHORS BUGS ChangeLog NEWS README TODO
CONFIGURE_ENV= XGETTEXT=${LOCALBASE}/bin/xgettext
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Broken pkg-plist"
.endif
post-patch:
@${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@" ${WRKSRC}/configure
@${REINPLACE_CMD} -E "s@^(Applicationsdir = ).*@\1${PREFIX}/share/gnome/apps/Applications@" ${WRKSRC}/Makefile.in
@ -46,4 +52,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>