pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/psi Remove use of FETCH_BEFORE_ARGS -- it was bad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0ee66695f0e
branches:  trunk
changeset: 517259:e0ee66695f0e
user:      perry <perry%pkgsrc.org@localhost>
date:      Mon Aug 07 01:35:04 2006 +0000

description:
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:

 chat/psi/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 323a4463907b -r e0ee66695f0e chat/psi/Makefile
--- a/chat/psi/Makefile Mon Aug 07 01:31:33 2006 +0000
+++ b/chat/psi/Makefile Mon Aug 07 01:35:04 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index