Annotation of OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/pkg/INSTALL, Revision 1.2
1.1 takayama 1: #!/bin/sh
1.2 ! takayama 2: # $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2/pkg/INSTALL,v 1.1.1.1 2000/03/02 10:32:39 takayama Exp $
! 3: # If you change this, modify Makefile/ post-install, too.
1.1 takayama 4: echo "pkg/INSTALL script"
5: echo -n "PKG_PREFIX is "
6: echo $PKG_PREFIX
1.2 ! takayama 7: if [ $2 = "PRE-INSTALL" ] ; then
! 8: (/bin/rm -rf $PKG_PREFIX/OpenXM ; mkdir -f $PKG_PREFIX/OpenXM ; mkdir -f $PKG_PREFIX/OpenXM/lib ; mkdir -f $PKG_PREFIX/OpenXM/lib/sm1 ; mkdir -f $PKG_PREFIX/OpenXM/lib/sm1/bin )
! 9: fi
1.1 takayama 10: if [ $2 = "POST-INSTALL" ] ; then
1.2 ! takayama 11: (cd $PKG_PREFIX/OpenXM/rc ; make clean ; make install PREFIX=$PKG_PREFIX)
1.1 takayama 12: fi
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>