diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-18 14:34:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-18 14:34:21 +0000 |
commit | de58649982982f3b980f20415a7ad918a104922b (patch) | |
tree | 0de7e0e92947fd8739fdde1bad38cf980750fcb6 /astro | |
parent | 134476fc18438ba5baceece9b3d6f06a4e2ed381 (diff) | |
download | ports-de58649982982f3b980f20415a7ad918a104922b.tar.gz ports-de58649982982f3b980f20415a7ad918a104922b.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 9b15ebfcc718..89caebdfde2b 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -86,8 +86,8 @@ do-install: ${INSTALL_PROGRAM} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKSRC}/client/${SETI_BINARY} ${BOINC_HOME}/projects/${SETI_SITE}/ .if !defined(WITHOUT_X11) ${INSTALL_PROGRAM} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKSRC}/client/seti_graphics ${BOINC_HOME}/projects/${SETI_SITE}/ - ${INSTALL_DATA} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKDIR}/app_info.xml ${BOINC_HOME}/projects/${SETI_SITE}/ .endif + ${INSTALL_DATA} -o ${BOINC_USER} -g ${BOINC_GROUP} ${WRKDIR}/app_info.xml ${BOINC_HOME}/projects/${SETI_SITE}/ post-install: @${CAT} ${PKGMESSAGE} |