- Fix build with custom LOCALBASE.
PR: ports/135675 Submitted by: kmoore@ Approved by: ahze@
This commit is contained in:
parent
ad18a4f078
commit
91900ad07e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236381
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user