diff --git a/recipes/ipkg/ipkg.inc b/recipes/ipkg/ipkg.inc
index b4ccef3..27912d4 100644
--- a/recipes/ipkg/ipkg.inc
+++ b/recipes/ipkg/ipkg.inc
@@ -4,6 +4,8 @@ SECTION = "base"
 LICENSE = "GPL"
 PROVIDES = "virtual/ipkg libipkg"
 
+INC_PR = "r9"
+
 SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')} \
         file://update_version_comparision.patch \
         file://enable_debversion.patch \
diff --git a/recipes/ipkg/ipkg_0.99.163.bb b/recipes/ipkg/ipkg_0.99.163.bb
index f89a274..04c06b6 100644
--- a/recipes/ipkg/ipkg_0.99.163.bb
+++ b/recipes/ipkg/ipkg_0.99.163.bb
@@ -1,5 +1,5 @@
 include ipkg.inc
-PR = "r9"
+PR = "${INC_PR}.0"
 
 S = "${WORKDIR}/ipkg-${PV}"
 
