summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz>2013-01-30 14:45:40 +0000
committerschmonz <schmonz>2013-01-30 14:45:40 +0000
commit345108e5962b98a1d483b9a1916df1a897c59ba8 (patch)
treea53cb1b5f9bd092542b80ce60e405ff1868a5544 /devel
parent2f35777c3b2ed43c0097f5f29f8bdeb496b4e731 (diff)
downloadpkgsrc-345108e5962b98a1d483b9a1916df1a897c59ba8.tar.gz
Fix fetch: MASTER_SITES is just ${HOMEPAGE} (no :Q).
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsps3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsps3/Makefile b/devel/cvsps3/Makefile
index 488c746ea7d..43f46146754 100644
--- a/devel/cvsps3/Makefile
+++ b/devel/cvsps3/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2013/01/30 11:37:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2013/01/30 14:45:40 schmonz Exp $
#
DISTNAME= cvsps-3.2
PKGNAME= ${DISTNAME:S/cvsps-/cvsps3-/}
CATEGORIES= devel scm
-MASTER_SITES= ${HOMEPAGE:Q}
+MASTER_SITES= ${HOMEPAGE}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/cvsps/