diff --git a/security/jss/pkg/linux/Makefile b/security/jss/pkg/linux/Makefile index 97d2601a175c..e0a62a221161 100644 --- a/security/jss/pkg/linux/Makefile +++ b/security/jss/pkg/linux/Makefile @@ -38,13 +38,13 @@ # # ***** END LICENSE BLOCK ***** # -#ident "$Id: Makefile,v 1.14 2005/03/11 23:06:41 christophe.ravel.bugs%sun.com Exp $" +#ident "$Id: Makefile,v 1.15 2005/04/05 17:36:26 christophe.ravel.bugs%sun.com Exp $" # CORE_DEPTH = ../../.. NAME = sun-jss -RELEASE = 2 +RELEASE = 3 VERSION = `grep JSS_VERSION $(CORE_DEPTH)/jss/org/mozilla/jss/util/jssver.h \ | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'` PWD = `pwd` diff --git a/security/nss/pkg/linux/Makefile b/security/nss/pkg/linux/Makefile index 0399c39b55e1..cc18c1f44e73 100644 --- a/security/nss/pkg/linux/Makefile +++ b/security/nss/pkg/linux/Makefile @@ -38,13 +38,13 @@ # # ***** END LICENSE BLOCK ***** # -#ident "$Id: Makefile,v 1.6 2005/03/11 23:06:41 christophe.ravel.bugs%sun.com Exp $" +#ident "$Id: Makefile,v 1.7 2005/04/05 17:36:26 christophe.ravel.bugs%sun.com Exp $" # CORE_DEPTH = ../../.. NAME = sun-nss -RELEASE = 2 +RELEASE = 3 VERSION = `grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \ | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'` PWD = `pwd`