diff options
author | perry <perry@pkgsrc.org> | 2006-08-07 01:35:04 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2006-08-07 01:35:04 +0000 |
commit | 278be5817e9b70b6537496271e5f2970323b7a93 (patch) | |
tree | 8c804546b4603f869719fd8cfcc51fd77178dafc /chat/psi/Makefile | |
parent | 02ba6def5d8bfd4636077fe31f89a872185b4b34 (diff) | |
download | pkgsrc-278be5817e9b70b6537496271e5f2970323b7a93.tar.gz |
Remove use of FETCH_BEFORE_ARGS -- it was badly broken (it referred to
a variable that clearly no longer exists), the package downloads and
builds fine without it, and there is no clear reason why it was there
to begin with.
Diffstat (limited to 'chat/psi/Makefile')
-rw-r--r-- | chat/psi/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 0a8fd3dfc66..327f0a1f751 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/08/07 01:31:33 perry Exp $ +# $NetBSD: Makefile,v 1.43 2006/08/07 01:35:04 perry Exp $ PSI_VERSION= 0.10 DISTNAME= psi-${PSI_VERSION} @@ -17,9 +17,6 @@ DIST_SUBDIR= ${DISTNAME}-20060321 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANG_FILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -# XXX uses internal bsd.pkg.mk variable -FETCH_BEFORE_ARGS+= ${FETCH_OUTPUT_ARGS} "${DISTDIR}/${DIST_SUBDIR}/$$bfile" - USE_TOOLS+= gmake USE_LANGUAGES+= c++ USE_LIBTOOL= yes |