- Fix build with custom LOCALBASE.

PR:		ports/135675
Submitted by:	kmoore@
Approved by:	ahze@
This commit is contained in:
Dennis Herrmann 2009-06-20 19:42:12 +00:00
parent ad18a4f078
commit 91900ad07e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236381

View File

@ -28,4 +28,8 @@ MAKE_ENV= LDFLAGS="${LDFLAGS}"
PYDISTUTILS_EGGINFO=${PORTNAME}-1.0-py${PYTHON_VER}.egg-info
PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so
pre-configure:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/cupsconnection.c
.include <bsd.port.mk>