From 219e6a76757548b13d8022b35381b996269670e6 Mon Sep 17 00:00:00 2001 From: osa Date: Sun, 20 Jun 2010 14:08:14 +0000 Subject: Fix "pkg_delete" problem after LICENSE knob issue found. Feature safe: yes Spotted by: itetcu Approved by: rene (maintainer) via #bsdports --- astro/boinc-setiathome-enhanced/Makefile | 3 ++- astro/boinc-setiathome-enhanced/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'astro') diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 7293bd653ada..0dccb80786bd 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -76,7 +76,8 @@ SUB_LIST= SETI_BINARY=${SETI_BINARY} \ SETI_VERSION=${PORTVERSION:S/.//} PLIST_SUB+= SETI_BINARY=${SETI_BINARY} \ SETI_SITE=${SETI_SITE} \ - BOINC_HOME=${BOINC_HOME} + BOINC_HOME=${BOINC_HOME} \ + PREFIX=${PREFIX} pre-configure: (cd ${WRKSRC}; ./_autosetup ; ${REINPLACE_CMD} -E -e "s|/bin/sh|${LOCALBASE}/bin/bash|" ./configure) diff --git a/astro/boinc-setiathome-enhanced/pkg-plist b/astro/boinc-setiathome-enhanced/pkg-plist index 594e6dece066..27137093ae5d 100644 --- a/astro/boinc-setiathome-enhanced/pkg-plist +++ b/astro/boinc-setiathome-enhanced/pkg-plist @@ -3,3 +3,4 @@ %%SETI_SITE%%/%%SETI_BINARY%% %%X11%%%%SETI_SITE%%/seti_graphics @dirrmtry %%SETI_SITE%% +@cwd %%PREFIX%% -- cgit