diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-10-14 12:04:00 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-10-14 12:04:00 +0800 |
commit | 6cd43b5cab59fb67158412887c27b8e01e0ab26b (patch) | |
tree | f0422b654891009040cc29eb65a21669885c08cb /www | |
parent | 527e399ab8c740a1c0d91686bc18115b03760972 (diff) | |
download | freebsd-ports-gnome-6cd43b5cab59fb67158412887c27b8e01e0ab26b.tar.gz freebsd-ports-gnome-6cd43b5cab59fb67158412887c27b8e01e0ab26b.tar.zst freebsd-ports-gnome-6cd43b5cab59fb67158412887c27b8e01e0ab26b.zip |
- Add the missed patch
PR: ports/127079
Submitted by: sunpoet (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/httrack/files/extra-patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/httrack/files/extra-patch-Makefile.in b/www/httrack/files/extra-patch-Makefile.in new file mode 100644 index 000000000000..c0fdbbed1cc7 --- /dev/null +++ b/www/httrack/files/extra-patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2008-07-29 05:17:53.000000000 +0800 ++++ Makefile.in 2008-09-03 23:21:49.313902785 +0800 +@@ -146,7 +146,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + +-SUBDIRS = src man m4 libtest templates lang html ++SUBDIRS = src man m4 libtest templates lang + + EXTRA_DIST = INSTALL INSTALL.FreeBSD INSTALL.Linux \ + gpl.txt gpl-fr.txt license.txt greetings.txt history.txt \ |