1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2013-12-30 21:49:01 +00:00
parent 51ffa8efa2
commit a28f15d003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338176

View File

@ -21,13 +21,12 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E \
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
${WRKSRC}/configure
post-install:
@${TOUCH} ${DATADIR}/sym/local/.keep_me
@${TOUCH} ${STAGEDIR}${DATADIR}/sym/local/.keep_me
.include <bsd.port.mk>