diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-23 21:33:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-23 21:33:16 +0000 |
commit | 216579801eab10c39aee5c17459b0d8a0765241d (patch) | |
tree | 41e1c267408c2144f75741cea58f87bfc30d431d /x11-wm/afterstep/files/patch-ac | |
parent | Update to 4.2.2. The patches are no longer necessary (actually, never were (diff) |
Add a patch to make this port compile (PR), add some missing files to
the PLIST and sort it.
Submitted by: Toru YANO <toru@maid.ne.jp>
PR: ports/21499
Diffstat (limited to 'x11-wm/afterstep/files/patch-ac')
-rw-r--r-- | x11-wm/afterstep/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-wm/afterstep/files/patch-ac b/x11-wm/afterstep/files/patch-ac new file mode 100644 index 000000000000..08d1edddde2e --- /dev/null +++ b/x11-wm/afterstep/files/patch-ac @@ -0,0 +1,8 @@ +--- Imakefile.orig Sun Mar 9 23:03:27 1997 ++++ Imakefile Tue Sep 19 14:05:36 2000 +@@ -28,4 +28,4 @@ + MakeSubdirs($(SUBDIRS)) + + /* Doesn't work for me! */ +-/* #DependSubdirs($(SUBDIRS))*/ ++#DependSubdirs($(SUBDIRS)) |