diff options
-rw-r--r-- | editors/emacs-nox11/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile.version | 2 | ||||
-rw-r--r-- | graphics/tgif/hacks.mk | 2 | ||||
-rw-r--r-- | net/irrd/options.mk | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index f68697c8c6d..e2043a644e4 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.39 2013/04/06 11:23:04 rodent Exp $ + DISTNAME= emacs-nox11-${MY_EMACS_VERSION} MYPKGREVISION= 0 # Do not remove this when zero diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index e413eb765f2..3dfe73dd5b9 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,3 +1,5 @@ +# $NetBSD: Makefile,v 1.159 2013/04/06 11:23:04 rodent Exp $ + DISTNAME= emacs-${MY_EMACS_VERSION} MYPKGREVISION= 0 # Do not remove this when zero diff --git a/graphics/gdk-pixbuf2/Makefile.version b/graphics/gdk-pixbuf2/Makefile.version index f741192b0a7..6b57a5f27e1 100644 --- a/graphics/gdk-pixbuf2/Makefile.version +++ b/graphics/gdk-pixbuf2/Makefile.version @@ -1,2 +1,4 @@ +# $NetBSD: Makefile.version,v 1.3 2013/04/06 11:23:05 rodent Exp $ + PIXBUF2_VERSION= 2.26.5 MSITE_VERSION= 2.26 diff --git a/graphics/tgif/hacks.mk b/graphics/tgif/hacks.mk index 3f9049282dd..0bce6d8c661 100644 --- a/graphics/tgif/hacks.mk +++ b/graphics/tgif/hacks.mk @@ -1,4 +1,4 @@ -# $Id: hacks.mk,v 1.2 2007/01/27 04:20:39 dmcmahill Exp $ +# $NetBSD: hacks.mk,v 1.3 2013/04/06 11:23:05 rodent Exp $ .if !defined(FOO_TGIF_MK) TGIF_HACKS_MK= defined diff --git a/net/irrd/options.mk b/net/irrd/options.mk index 174301aea00..ad1735a2960 100644 --- a/net/irrd/options.mk +++ b/net/irrd/options.mk @@ -1,3 +1,5 @@ +# $NetBSD: options.mk,v 1.2 2013/04/06 11:23:05 rodent Exp $ + PKG_OPTIONS_VAR= PKG_OPTIONS.irrd PKG_SUPPORTED_OPTIONS= pthreads PKG_SUGGESTED_OPTIONS= pthreads |