mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Stage support
This commit is contained in:
parent
51ffa8efa2
commit
a28f15d003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338176
1 changed files with 1 additions and 2 deletions
|
@ -21,13 +21,12 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -E \
|
@${REINPLACE_CMD} -E \
|
||||||
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
|
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${TOUCH} ${DATADIR}/sym/local/.keep_me
|
@${TOUCH} ${STAGEDIR}${DATADIR}/sym/local/.keep_me
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue