head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.3.2.1
	RELENG_4_11:1.3.2.1.0.18
	RELENG_4_11_BP:1.3.2.1
	RELENG_4_10_0_RELEASE:1.3.2.1
	RELENG_4_10:1.3.2.1.0.16
	RELENG_4_10_BP:1.3.2.1
	RELENG_4_9_0_RELEASE:1.3.2.1
	RELENG_4_9:1.3.2.1.0.14
	RELENG_4_9_BP:1.3.2.1
	RELENG_4_8_0_RELEASE:1.3.2.1
	RELENG_4_8:1.3.2.1.0.12
	RELENG_4_8_BP:1.3.2.1
	RELENG_4_7_0_RELEASE:1.3.2.1
	RELENG_4_7:1.3.2.1.0.10
	RELENG_4_7_BP:1.3.2.1
	RELENG_4_6_2_RELEASE:1.3.2.1
	RELENG_4_6_1_RELEASE:1.3.2.1
	RELENG_4_6_0_RELEASE:1.3.2.1
	RELENG_4_6:1.3.2.1.0.8
	RELENG_4_6_BP:1.3.2.1
	RELENG_4_5_0_RELEASE:1.3.2.1
	RELENG_4_5:1.3.2.1.0.6
	RELENG_4_5_BP:1.3.2.1
	RELENG_4_4_0_RELEASE:1.3.2.1
	RELENG_4_4:1.3.2.1.0.4
	RELENG_4_4_BP:1.3.2.1
	RELENG_4_3_0_RELEASE:1.3.2.1
	RELENG_4_3:1.3.2.1.0.2
	RELENG_4_3_BP:1.3.2.1
	RELENG_4_2_0_RELEASE:1.3.2.1
	RELENG_4_1_1_RELEASE:1.3
	PRE_SMPNG:1.4
	RELENG_4_1_0_RELEASE:1.3
	RELENG_3_5_0_RELEASE:1.2.2.1
	RELENG_4_0_0_RELEASE:1.3
	RELENG_4:1.3.0.2
	RELENG_4_BP:1.3
	RELENG_3_4_0_RELEASE:1.2.2.1
	RELENG_3_3_0_RELEASE:1.2.2.1
	RELENG_3_2_PAO:1.2.0.4
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_3_0_0_RELEASE:1.2;
locks; strict;
comment	@# @;


1.6
date	2002.05.16.09.57.11;	author markm;	state dead;
branches;
next	1.5;

1.5
date	2002.02.10.19.48.19;	author markm;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.27.15.28.14;	author markm;	state Exp;
branches;
next	1.3;

1.3
date	99.08.27.23.36.35;	author peter;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	98.09.10.10.51.11;	author markm;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	98.09.09.07.20.33;	author markm;	state Exp;
branches;
next	;

1.3.2.1
date	2000.10.05.09.55.01;	author markm;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	2012.11.17.07.23.09;	author svnexp;	state Exp;
branches;
next	;

1.2.2.1
date	99.08.29.14.34.40;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove the perl build. Farewell, old friend.
@
text
@#
# $FreeBSD: src/gnu/usr.bin/perl/x2p/s2pl/Makefile,v 1.5 2002/02/10 19:48:19 markm Exp $
#

SCRIPTS=s2p

.include <bsd.prog.mk>
@


1.5
log
@Nice set of fixes to use SCRIPT instead of PROG, thus fixing up
a lot of nasty STRIP= problems. This has the added side effect
if neatening up some leaf makefiles very nicely.

Submitted by:	ru
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@Fix the upgrade-build case.
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/perl/x2p/s2pl/Makefile,v 1.3 1999/08/27 23:36:35 peter Exp $
d5 1
a5 9
PROG=	s2p

${PROG}: ${PROG}.PL
	${MINIPERL} ${MINIPERLOPT} ${.OODATE}

${PROG}.1: ${PROG}.PL
	${MINIPERL} ${MINIPERLOPT} ${.OBJDIR}/../../pod/pod2man/pod2man ${.OODATE} > ${.TARGET}

CLEANFILES+=	${PROG}.1 ${PROG}.PL
a7 3

${PROG}.PL: ${PERL5SRC}/x2p/${PROG}.PL
	@@ln -sf ${.OODATE} ${.TARGET}
@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d8 1
a8 1
	miniperl ${MINIPERLOPT} ${.OODATE}
d11 1
a11 1
	miniperl ${MINIPERLOPT} ${.OBJDIR}/../../pod/pod2man/pod2man ${.OODATE} > ${.TARGET}
@


1.3.2.1
log
@MFC: Merge the CURRENT perl-building method to STABLE. This will
dramatically reduce the dependance on miniperl.

NOTE!! This does not bring Perl-5.6.0 to STABLE !!

NOTE!! You should delete /usr/bin/miniperl !!
@
text
@d2 1
a2 1
# $FreeBSD: src/gnu/usr.bin/perl/x2p/s2pl/Makefile,v 1.4 2000/06/27 15:28:14 markm Exp $
d8 1
a8 1
	${MINIPERL} ${MINIPERLOPT} ${.OODATE}
d11 1
a11 1
	${MINIPERL} ${MINIPERLOPT} ${.OBJDIR}/../../pod/pod2man/pod2man ${.OODATE} > ${.TARGET}
@


1.3.2.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/gnu/usr.bin/perl/x2p/s2pl/Makefile 66671 2000-10-05 09:55:01Z markm $
@


1.2
log
@Dorkus sum. I managed to commit an earlier version of this. This fixes the
broken perl build.

* NOTE * * NOTE * * NOTE *

PERL5 RELIES IN A MAKE WORLD FOR THE BOOTSTRAP!!

* NOTE * * NOTE * * NOTE *
@
text
@d2 1
a2 1
# $Id$
@


1.2.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Bring in the Perl5 BMake files. This ends the easy stuff.

I'll be doiung the rest in stages.
@
text
@d8 1
a8 1
	miniperl ${.OODATE}
d11 1
a11 1
	miniperl ${.OBJDIR}/../../pod/pod2man/pod2man ${.OODATE} > ${.TARGET}
@
