head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.06.21.15.36.13;	author garga;	state dead;
branches;
next	1.1;

1.1
date	2006.05.07.01.17.29;	author mnag;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove lang/fpc2 in preparation to update lang/fpc to 2.0.2
@
text
@#! /bin/sh
#
# $FreeBSD: ports/lang/fpc2/pkg-install,v 1.1 2006/05/07 01:17:29 mnag Exp $
#
# post install for FPC package

PORTVERSION="2.0.2"

if [ $2 = "POST-INSTALL" ]
then
    if [ -e "{$PKG_PREFIX}/bin/ppc386" ]
    then
	${RM} -f "${PKG_PREFIX}/bin/ppc386"
    fi
    ${LN} -s "${PKGPREFIX}/lib/fpc/${PORTVERSION}/ppc386" "${PKG_PREFIX}/bin"
    ${SH} "${PKG_PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" "${PKG_PREFIX}/lib/fpc/${PORTVERSION}" "${PKG_PREFIX}/etc"
fi
@


1.1
log
@- Fix package creation

PR:		96650
Submitted by:	maintainer
@
text
@d3 1
a3 1
# $FreeBSD$
@

