diff options
Diffstat (limited to 'src/portablexdr.mk')
-rw-r--r-- | src/portablexdr.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portablexdr.mk b/src/portablexdr.mk index a7f3cd7..bf07a6b 100644 --- a/src/portablexdr.mk +++ b/src/portablexdr.mk @@ -10,7 +10,8 @@ $(PKG)_URL := http://people.redhat.com/~rjones/portablexdr/files/$($(PKG)_F $(PKG)_DEPS := gcc define $(PKG)_UPDATE - /bin/false + echo 'TODO: write update script for $(PKG).' >&2; + echo $($(PKG)_VERSION) endef define $(PKG)_BUILD |