mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix an issue in my previous commit
This commit is contained in:
parent
17f5c1e152
commit
ea71f3f4e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236185
@ -56,7 +56,7 @@ CFLAGS += -fPIC
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|%%LOCALBASE%%|${LOCALBASE}|g' -e \
|
||||
's|/usr/include|${LOCALBASE}/include' ${WRKSRC}/setup.py
|
||||
's|/usr/include|${LOCALBASE}/include|g' ${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
|
Loading…
Reference in New Issue
Block a user