diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-01 02:22:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-01 02:22:54 +0000 |
commit | e8d29fbac2d47f721c921736b336bd3ada52e4b1 (patch) | |
tree | a8401dcf24bc47a9fbcd9785df458874508de414 /games/libshhcards/files | |
parent | 8f8fb4d9ff675adc6a6582ff9bb7bfcb75902c04 (diff) | |
download | ports-e8d29fbac2d47f721c921736b336bd3ada52e4b1.tar.gz ports-e8d29fbac2d47f721c921736b336bd3ada52e4b1.zip |
Notes
Diffstat (limited to 'games/libshhcards/files')
-rw-r--r-- | games/libshhcards/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libshhcards/files/patch-aa b/games/libshhcards/files/patch-aa index bb5325972bba..1c57127c01c8 100644 --- a/games/libshhcards/files/patch-aa +++ b/games/libshhcards/files/patch-aa @@ -1,11 +1,11 @@ --- Makefile.orig Sun Mar 23 03:02:53 1997 +++ Makefile Wed Sep 30 23:28:35 1998 @@ -1,14 +1,17 @@ - # $Id: patch-aa,v 1.3 1998/10/01 06:09:01 steve Exp $ + # $Id: patch-aa,v 1.4 1999/01/10 17:21:34 simokawa Exp $ DIST = shhcards VERMAJ = 1 -VERMIN = 0 --VERPAT = 3 +-VERPAT = 4 -VERSION = $(VERMAJ).$(VERMIN).$(VERPAT) +VERMIN = 1 +ifeq ($(PORTOBJFORMAT),elf) |