diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
commit | 0d13b707a6b84a620c9a1c315d9db0d7f2599f56 (patch) | |
tree | 0494fe00c49ea3830e889c19ae243db33bf4c4ae /devel/fromcvs | |
parent | b8fe7168e129e7a6475fd7b81c889da39b78528a (diff) | |
download | pkgsrc-0d13b707a6b84a620c9a1c315d9db0d7f2599f56.tar.gz |
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'devel/fromcvs')
-rw-r--r-- | devel/fromcvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fromcvs/Makefile b/devel/fromcvs/Makefile index f2b3b343caf..0d2c48439e8 100644 --- a/devel/fromcvs/Makefile +++ b/devel/fromcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/10/31 11:16:58 asau Exp $ +# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:41 rodent Exp $ DISTNAME= c31a1dd9cbb2 # Last part of PKGNAME is changeset number @@ -22,9 +22,9 @@ DIST_SUBDIR= fromcvs SUBST_CLASSES+= python SUBST_FILES.python+= tohg.rb -SUBST_MESSAGE.python+= Fixing path to Python interpreter. +SUBST_MESSAGE.python= Fixing path to Python interpreter. SUBST_SED.python+= -e "s!'python'!'${PYTHONBIN}'!" -SUBST_STAGE.python+= pre-build +SUBST_STAGE.python= pre-build INSTALLATION_DIRS= bin |