=================================================================== RCS file: /home/cvs/OpenXM/src/gc/Attic/Makefile-ports,v retrieving revision 1.1 retrieving revision 1.6 diff -u -p -r1.1 -r1.6 --- OpenXM/src/gc/Attic/Makefile-ports 2003/11/10 11:42:59 1.1 +++ OpenXM/src/gc/Attic/Makefile-ports 2004/03/01 03:10:26 1.6 @@ -1,4 +1,4 @@ -# $OpenXM$ +# $OpenXM: OpenXM/src/gc/Makefile-ports,v 1.5 2003/11/14 03:04:29 ohara Exp $ OpenXM_HOME=../.. PREFIX=${OpenXM_HOME} DISTDIR=${OpenXM_HOME}/../OpenXM_dist @@ -10,18 +10,10 @@ DISTFILES=gc6.2.tar.gz all : build install : post-install -pre-fetch: - -@if test ! -f .pre-fetch_done ; \ - then \ - mkdir ${DISTDIR} ; \ - fi - @touch .pre-fetch_done - - -fetch: pre-fetch +fetch: @if test ! -f .fetch_done ; \ then \ - (cd ${DISTDIR}; wget --passive-ftp ftp://$(MASTER_CITES)/pub/OpenXM/misc/$(DISTFILES)) ; \ + ${OpenXM_HOME}/bin/oxfetch.sh ftp://${MASTER_CITES}/pub/OpenXM/misc/${DISTFILES} ${DISTDIR}; \ fi @touch .fetch_done @@ -45,14 +37,13 @@ build : patch post-install: build @if test ! -f .post-install_done ; \ then \ - -mkdir ${PREFIX}/lib ${PREFIX}/bin ; \ (cd work/gc6.2 ; make install) ; \ fi @touch .post-install_done clean: - $(RM) work .*_done + $(RM) .*_done -(cd work/gc6.2 ; make clean) distclean: - $(RM) work .*_done + $(RM) .*_done ./.use_ports -(cd work/gc6.2 ; make distclean)