diff --git a/makefile b/makefile index 9158937..67bcaf7 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,10 @@ # Build a release of twander using 'make' -# $Id: makefile,v 1.107 2005/02/02 23:48:47 tundra Exp $ +# $Id: makefile,v 1.108 2005/02/02 23:54:05 tundra Exp $ # Uncomment One Of The Following For Early Releases -#EARLY = alpha -#EARLY = beta +#EARLY = Alpha +#EARLY = Beta #EARLY = RC1 ##### @@ -27,12 +27,12 @@ ##### -DIR = ${PORTNAME}-${VERSION}${EARLY} +DIR = ${PORTNAME}-${VERSION} HEADER1 = "WHATSNEW For '${PROGNAME}' ${VERSION} (`date`)" HEADER2 = "----------------------------------------------------------------------" TARBALL = ${DIR}.tar.gz TMPFILE = tmpfile -VERSION = $(shell rlog -v ${PROGNAME}.py | cut -f 2 -d " ") +VERSION = $(shell rlog -v ${PROGNAME}.py | cut -f 2 -d " ")${EARLY} #####