aboutsummaryrefslogtreecommitdiff
path: root/cad/geda-symbols
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-30 21:49:01 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-30 21:49:01 +0000
commita28f15d0033c55e31607f1bcb223926e88419af0 (patch)
tree4e2d267ebb83c57da64797ecc1ad3fc6189e94e4 /cad/geda-symbols
parent51ffa8efa2097312ae7887446a8be8c73b7d9d67 (diff)
downloadports-a28f15d0033c55e31607f1bcb223926e88419af0.tar.gz
ports-a28f15d0033c55e31607f1bcb223926e88419af0.zip
Notes
Diffstat (limited to 'cad/geda-symbols')
-rw-r--r--cad/geda-symbols/Makefile3
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>