diff options
author | perry <perry@pkgsrc.org> | 2006-08-07 01:49:25 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2006-08-07 01:49:25 +0000 |
commit | 600dea0b55c392462ddaa5835087f13774d97063 (patch) | |
tree | 5a9ddc8a3a92d6920099f0f4244a3d4dbd5e97cd /chat/psi | |
parent | 278be5817e9b70b6537496271e5f2970323b7a93 (diff) | |
download | pkgsrc-600dea0b55c392462ddaa5835087f13774d97063.tar.gz |
As was done the last time, change DIST_SUBDIR around to force
re-download of all the files (because a language file changed.)
There has to be a better way to do this, but I'm following minskim's
precedent from rev 1.37
Diffstat (limited to 'chat/psi')
-rw-r--r-- | chat/psi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 327f0a1f751..d4d01252f47 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/08/07 01:35:04 perry Exp $ +# $NetBSD: Makefile,v 1.44 2006/08/07 01:49:25 perry Exp $ PSI_VERSION= 0.10 DISTNAME= psi-${PSI_VERSION} @@ -13,7 +13,7 @@ COMMENT= PSI Jabber Client DEPENDS+= qca-tls>=1.0:../../security/qca-tls -DIST_SUBDIR= ${DISTNAME}-20060321 +DIST_SUBDIR= ${DISTNAME}-20060806 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANG_FILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |