=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -p -r1.1.1.1 -r1.3 --- OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/02 10:32:39 1.1.1.1 +++ OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile 2000/03/04 01:35:18 1.3 @@ -1,11 +1,11 @@ -# $OpenXM$ +# $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/Makefile,v 1.2 2000/03/03 05:13:26 takayama Exp $ ## For debugging. Put openxm-1.1.2.tar.gz at DISTDIR -DISTDIR=$(HOME)/tmp +#DISTDIR=$(HOME)/tmp ## OpenXM is put under ${PREFIX}/OpenXM and ${PREFIX}/bin, man ## The next is for debugging. Do not forget to mkdir tmp2/bin. -PREFIX=$(HOME)/tmp2 +#PREFIX=$(HOME)/tmp2 DISTNAME=openxm-1.1.2 CATEGORIES= math @@ -19,13 +19,14 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf \ jlatex2html:${PORTSDIR}/japanese/latex2html \ makeinfo:${PORTSDIR}/japanese/texinfo \ javac:${PORTSDIR}/java/jdk \ + bash:${PORTSDIR}/shells/bash2 \ RUN_DEPENDS= post-install : # Reguild shell files to start binaries and copy it to ${PREFIX}/bin # 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/* echo "Take asir key following the instruction appearing in the starting message of asir."