<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,9 @@
-PKG     = pycoreutils
-VER     = 0.1
+PKG     := pycoreutils
+VER     := 0.1
 
-REPO    = https://pycoreutils.googlecode.com/svn
+REPO    := https://pycoreutils.googlecode.com/svn
 
-DESTDIR = /usr/local
+DESTDIR ?= /usr/local
 
 all:
 	@echo &quot;Available targets:&quot;
@@ -12,6 +12,7 @@ all:
 	@echo &quot;    tag          Tag repository as v$(VER)&quot;
 	@echo &quot;    dist-gzip    Generate a release archive ($(PKG)-$(VER).tar.gz)&quot;
 	@echo &quot;    release      Perform 'make tag &amp;&amp; make dist-gzip'&quot;
+	@echo &quot;    dmg          Make a MacOS X pkg bundle and put it in a dmg file&quot;
 
 changelog:
 	svn log &gt; ChangeLog
@@ -28,5 +29,8 @@ dist-gzip:
 release:
 	@echo &quot;WRITEME&quot;
 
+dmg:
+	@echo &quot;WRITEME&quot;
+
 clean:
 	-rm -rf $(PKG)-$(VER) $(PKG)-$(VER).tar.gz</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b5ba83139399aa2c795c3a0cdc02363b22bf8438</id>
    </parent>
  </parents>
  <author>
    <name>David Cantrell</name>
    <email>dcantrell@redhat.com</email>
  </author>
  <url>http://github.com/dcantrell/pycoreutils/commit/9611e11e0b1cf6068e648439fb96afbeafcc2cc1</url>
  <id>9611e11e0b1cf6068e648439fb96afbeafcc2cc1</id>
  <committed-date>2009-03-11T14:48:47-07:00</committed-date>
  <authored-date>2009-03-11T14:48:47-07:00</authored-date>
  <message>Update Makefile.</message>
  <tree>0a5325dbd7c52593d348dc5a378214390fa7bb6a</tree>
  <committer>
    <name>David Cantrell</name>
    <email>dcantrell@redhat.com</email>
  </committer>
</commit>
