- 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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue