Fix the build.

Reported by:	pointyhat via kris
Approved by:	portmgr (krion)
This commit is contained in:
Jeremy Messenger 2005-03-22 06:20:43 +00:00
parent d1517c43ca
commit 97e0bf9573
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131870

View file

@ -33,5 +33,7 @@ GCONF_SCHEMAS= glunarclock.schemas
post-patch:
@${REINPLACE_CMD} -e \
's|$${prefix}/share|$${datadir}|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-DGNOME_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>