diff options
Diffstat (limited to 'cad/geda-symbols/Makefile')
-rw-r--r-- | cad/geda-symbols/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/geda-symbols/Makefile b/cad/geda-symbols/Makefile index ebdefa576caf..f3fd857a4763 100644 --- a/cad/geda-symbols/Makefile +++ b/cad/geda-symbols/Makefile @@ -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> |