diff options
author | tron <tron> | 2012-09-29 15:56:31 +0000 |
---|---|---|
committer | tron <tron> | 2012-09-29 15:56:31 +0000 |
commit | 672e9b23d88564f7e9f0fb6777a848db1311d387 (patch) | |
tree | 68858e9db20cfab9e37a147958023309033888c2 | |
parent | c3baaabf68a449fda3973f7313d7db772d5c3dbd (diff) | |
download | pkgsrc-672e9b23d88564f7e9f0fb6777a848db1311d387.tar.gz |
Use "PKGREVISION_NOREV" in master site URL. The download now works even
after the package revision has been bumped.
-rw-r--r-- | chat/ejabberd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index 7492417c2ec..07a4eb71028 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2012/09/26 18:42:52 tron Exp $ +# $NetBSD: Makefile,v 1.28 2012/09/29 15:56:31 tron Exp $ DISTNAME= ejabberd-2.1.10 PKGREVISION= 1 CATEGORIES= chat -MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION}/ +MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ejabberd.im/ |