diff options
author | pav <pav@FreeBSD.org> | 2009-09-18 22:34:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-09-18 22:34:21 +0800 |
commit | a564fdcd7c80531b7fd4e789ea8730c7c07fb340 (patch) | |
tree | 31613a6e354781a77cc54a4464354e5cb4df5485 /astro | |
parent | b94aa2aaa08c39eb3766dd4c3d52b31151ac7826 (diff) | |
download | freebsd-ports-gnome-a564fdcd7c80531b7fd4e789ea8730c7c07fb340.tar.gz freebsd-ports-gnome-a564fdcd7c80531b7fd4e789ea8730c7c07fb340.tar.zst freebsd-ports-gnome-a564fdcd7c80531b7fd4e789ea8730c7c07fb340.zip |
- Fix: app_info.xml need to be installed regardless of X11 option
Submitted by: rene (maintainer)
Feature safe: yes
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} |