diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 14:10:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 14:10:12 +0000 |
commit | f9c21b1f8492a05387a145d07558947f1e722780 (patch) | |
tree | 33baf15851e305ceec85a4a2b9dca4d47f1b9b7a /emulators/aranym | |
parent | 1cbb69657cd9c15c9b4bc9732540647d547128c1 (diff) | |
download | pkgsrc-f9c21b1f8492a05387a145d07558947f1e722780.tar.gz |
Fix GNU make regression.
Diffstat (limited to 'emulators/aranym')
-rw-r--r-- | emulators/aranym/distinfo | 3 | ||||
-rw-r--r-- | emulators/aranym/patches/patch-ac | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/emulators/aranym/distinfo b/emulators/aranym/distinfo index 104b4ef8c53..6dc3cfd070b 100644 --- a/emulators/aranym/distinfo +++ b/emulators/aranym/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2006/03/28 20:11:34 joerg Exp $ +$NetBSD: distinfo,v 1.5 2006/04/28 14:10:12 joerg Exp $ SHA1 (aranym-0.8.9beta.tar.gz) = 509ad0e79c53ace176a8acef2fb2a4f23fa87d69 RMD160 (aranym-0.8.9beta.tar.gz) = b0b994d672f6be530e6d2f4baa0327a690972f26 Size (aranym-0.8.9beta.tar.gz) = 1246180 bytes SHA1 (patch-aa) = fbb3606d92d1a30086ec3576aeb5f0f9f2d58221 SHA1 (patch-ab) = 5d0120517eb94c0ff5fef3043b465b46fc23a0b6 +SHA1 (patch-ac) = a4ea32937e756c76d9972f0c76d1d48e05da673e diff --git a/emulators/aranym/patches/patch-ac b/emulators/aranym/patches/patch-ac new file mode 100644 index 00000000000..1ed7e827efe --- /dev/null +++ b/emulators/aranym/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2006/04/28 14:10:12 joerg Exp $ + +--- Makefile.in.orig 2006-04-28 13:11:06.000000000 +0000 ++++ Makefile.in +@@ -140,8 +140,8 @@ $(APP_LIB): $(OBJ_DIR) $(OBJS) + + install: $(APP) $(TAPIF) $(APP).1.gz installdirs + $(INSTALL_PROGRAM) $(APP) $(DESTDIR)$(bindir)/$(APP) +- if [ "x$(APP_IFC)" = "x$(TAPIF)" ]; then\ +- $(INSTALL_PROGRAM) $(APP_IFC) $(DESTDIR)$(bindir)/$(APP_IFC);\ ++ if [ "x$(APP_IFC)" = "x$(TAPIF)" ]; then \ ++ $(INSTALL_PROGRAM) $(APP_IFC) $(DESTDIR)$(bindir)/$(APP_IFC); \ + fi + $(INSTALL_DATA) $(APP).1.gz $(DESTDIR)$(man1dir)/$(APP).1.gz + $(INSTALL_DATA) ../../ChangeLog $(DESTDIR)$(docdir)/$(APP)/changelog |