From: Ivan Kohler Date: Sat, 2 Jun 2012 23:58:10 +0000 (-0700) Subject: keep version in FS.pm instead of Makefile X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=61a74a671322c41a5b5a33dcac13c58888639bea keep version in FS.pm instead of Makefile --- diff --git a/Makefile b/Makefile index dc86c6065..afc62f0e3 100644 --- a/Makefile +++ b/Makefile @@ -115,10 +115,10 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.14.2/ -VERSION=`grep '^$VERSION' FS/FS.pm | cut -d\' -f2` -TAG=freeside_`echo ${VERSION} | perl -pe 's/\./_/g'` +VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` +TAG := freeside_`echo ${VERSION} | perl -pe 's/\./_/g'` -DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 +DEBVERSION := `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 TEXMFHOME := "\$$TEXMFHOME"