diff options
Diffstat (limited to 'astro/routino/Makefile')
-rw-r--r-- | astro/routino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/routino/Makefile b/astro/routino/Makefile index 4f3257d11b5c..c94a672009c1 100644 --- a/astro/routino/Makefile +++ b/astro/routino/Makefile @@ -19,9 +19,9 @@ USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} 's|doc/routino|share/doc/routino|' \ - ${WRKSRC}/Makefile.conf + ${WRKSRC}/Makefile.conf ${REINPLACE_CMD} 's|gcc|${CC}|' \ - ${WRKSRC}/Makefile.conf + ${WRKSRC}/Makefile.conf post-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC}/web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \ |