[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / FreeBSD / openxm-ports / openxm-1.1.2

Diff for /OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile between version 1.1 and 1.2

version 1.1, 2000/03/02 10:32:39 version 1.2, 2000/03/03 05:13:26
Line 1 
Line 1 
 # $OpenXM$  # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.1.1.1 2000/03/02 10:32:39 takayama Exp $
   
 ## For debugging.  Put openxm-1.1.2.tar.gz at DISTDIR  ## For debugging.  Put openxm-1.1.2.tar.gz at DISTDIR
 DISTDIR=$(HOME)/tmp  DISTDIR=$(HOME)/tmp
Line 25  RUN_DEPENDS=    
Line 25  RUN_DEPENDS=    
 post-install :  post-install :
 # Reguild shell files to start binaries and copy it to ${PREFIX}/bin  # Reguild shell files to start binaries and copy it to ${PREFIX}/bin
 #    Modify pkg/INSTALL, too.  #    Modify pkg/INSTALL, too.
         (cd $(PREFIX)/OpenXM/rc ; make clean ; make install PREFIX=$(PREFIX))          (cd ${PREFIX}/OpenXM/rc ; make clean ; make install PREFIX=${PREFIX})
 #  #
         -gzip ${PREFIX}/man/man1/*          -gzip ${PREFIX}/man/man1/*
         echo "Take asir key following the instruction appearing in the starting message of asir."          echo "Take asir key following the instruction appearing in the starting message of asir."

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

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