Fri Jan 11 12:01:46 2008 UTC ()
fix PKGVERSION to start with a number, as suggested by Jeremy C. Reed
in pkgsrc-users


(drochner)
diff -r1.13 -r1.14 pkgsrc/databases/krecipes/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/databases/krecipes/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/krecipes/Attic/Makefile 2007/11/30 21:55:05 1.13
+++ pkgsrc/databases/krecipes/Attic/Makefile 2008/01/11 12:01:46 1.14
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.13 2007/11/30 21:55:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2008/01/11 12:01:46 drochner Exp $
2# 2#
3 3
4DISTNAME= krecipes-1.0-beta1 4DISTNAME= krecipes-1.0-beta1
 5PKGNAME= krecipes-1.0beta1
5PKGREVISION= 2 6PKGREVISION= 2
6CATEGORIES= databases kde 7CATEGORIES= databases kde
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krecipes/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krecipes/}
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://krecipes.sourceforge.net/ 11HOMEPAGE= http://krecipes.sourceforge.net/
11COMMENT= Recipe manager 12COMMENT= Recipe manager
12 13
13GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
14USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 16USE_LIBTOOL= yes
16USE_TOOLS+= msgfmt 17USE_TOOLS+= msgfmt
17 18