[BACK]Return to Makefile-ports CVS log [TXT][DIR] Up to [local] / OpenXM / src / gc

Diff for /OpenXM/src/gc/Attic/Makefile-ports between version 1.2 and 1.6

version 1.2, 2003/11/10 23:13:38 version 1.6, 2004/03/01 03:10:26
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/gc/Makefile-ports,v 1.1 2003/11/10 11:42:59 takayama Exp $  # $OpenXM: OpenXM/src/gc/Makefile-ports,v 1.5 2003/11/14 03:04:29 ohara Exp $
 OpenXM_HOME=../..  OpenXM_HOME=../..
 PREFIX=${OpenXM_HOME}  PREFIX=${OpenXM_HOME}
 DISTDIR=${OpenXM_HOME}/../OpenXM_dist  DISTDIR=${OpenXM_HOME}/../OpenXM_dist
Line 10  DISTFILES=gc6.2.tar.gz
Line 10  DISTFILES=gc6.2.tar.gz
 all : build  all : build
 install : post-install  install : post-install
   
 pre-fetch:  fetch:
         -@if test ! -f .pre-fetch_done ; \  
         then \  
           mkdir ${DISTDIR} ; \  
         fi  
         @touch .pre-fetch_done  
   
   
 fetch: pre-fetch  
         @if test ! -f .fetch_done ; \          @if test ! -f .fetch_done ; \
         then \          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          fi
         @touch .fetch_done          @touch .fetch_done
   
Line 45  build : patch
Line 37  build : patch
 post-install: build  post-install: build
         @if test ! -f .post-install_done ; \          @if test ! -f .post-install_done ; \
         then \          then \
                 -mkdir ${PREFIX}/lib ${PREFIX}/bin ; \  
                 (cd work/gc6.2 ; make install) ; \                  (cd work/gc6.2 ; make install) ; \
         fi          fi
         @touch .post-install_done          @touch .post-install_done

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>