summaryrefslogtreecommitdiff
path: root/ftp/ftpmirror/files
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-04 16:08:51 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-04 16:08:51 +0000
commit4f807f27947ae89a81a7b5acfd9a6a448d4ce6dd (patch)
tree310f6228d84c7c6d66f5994dd28f2e1a46fef3b0 /ftp/ftpmirror/files
parentUpdate to DAT 4484 (diff)
- unbreak
- use PORTDOCS - pass maintainership to submitter (current maintainer is inactive for about 5 years) PR: 80141 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=134617
Diffstat (limited to 'ftp/ftpmirror/files')
-rw-r--r--ftp/ftpmirror/files/patch-Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/ftp/ftpmirror/files/patch-Makefile.in b/ftp/ftpmirror/files/patch-Makefile.in
new file mode 100644
index 000000000000..8491ac1429af
--- /dev/null
+++ b/ftp/ftpmirror/files/patch-Makefile.in
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Wed Apr 20 08:24:33 2005
++++ Makefile.in Wed Apr 20 08:26:40 2005
+@@ -40,10 +40,13 @@
+ ${INSTALL_DATA} $? $@
+
+ # for subdirectories...
+-all clean realclean install:: Fan/Makefile
++all clean realclean:: Fan/Makefile
+ @ for d in ${SUBDIR} ; do \
+ ( echo "make $@ in $$d..." && cd $$d && make $@ ) ; \
+ done
++
++install:: Fan/Makefile
++ ( echo "make pure_install in Fan..." && cd Fan && make pure_install ) ; \
+
+ # Fan subdirectory requres Makefile first.
+ Fan/Makefile:: Fan/Makefile.PL