diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-10-14 04:04:00 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-10-14 04:04:00 +0000 |
commit | 5a71aec2d45ecb7614013fa28dc158c6132078c3 (patch) | |
tree | 714b99faac8c50edc3a977d673aec9c45385859d /www/httrack | |
parent | - Update to 3.42-3 (diff) |
- Add the missed patch
PR: ports/127079
Submitted by: sunpoet (maintainer)
Notes
Notes:
svn path=/head/; revision=221568
Diffstat (limited to 'www/httrack')
-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 \ |