summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorperry <perry>2006-08-07 01:35:04 +0000
committerperry <perry>2006-08-07 01:35:04 +0000
commit3c9d78b31be4b4a816ac0a34e8c001c43c7363c0 (patch)
tree8c804546b4603f869719fd8cfcc51fd77178dafc /chat
parent72dc3ee2b482b6e652ff9cc96e0dba0e0b89b593 (diff)
downloadpkgsrc-3c9d78b31be4b4a816ac0a34e8c001c43c7363c0.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')
-rw-r--r--chat/psi/Makefile5
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