diff options
Diffstat (limited to 'astro/boinc-setiathome/Makefile')
-rw-r--r-- | astro/boinc-setiathome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index 3e3bc115ec20..55fd5f26e37a 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -76,7 +76,7 @@ FIND_SETI_BINARY=(cd ${WRKSRC}/client; make -V CLIENT_PROG) pre-configure: ${TOUCH} ${WRKSRC}/missing - cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/libtool${LIBTOOL_VERSION}/libltdl -I m4 + cd ${WRKSRC}; ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl -I m4 do-install: ${MKDIR} ${BOINC_HOME}/projects/${SETI_SITE} |