From b59b0022a469630a4a2ba6df43719523d91c3102 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Wed, 30 Dec 1998 01:22:27 +0000 Subject: Fix MANCOMPRESSED (=maybe) and work on standard -current. --- ports-mgmt/portcheckout/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile index f40398c00a17..9fe9d31b491f 100644 --- a/ports-mgmt/portcheckout/Makefile +++ b/ports-mgmt/portcheckout/Makefile @@ -3,7 +3,8 @@ # Date created: 1 November 1998 # Whom: wosch # -# $Id: Makefile,v 1.2 1998/11/01 16:51:39 wosch Exp $ +# $Id: Makefile,v 1.3 1998/11/22 03:52:56 kuriyama Exp $ +# DISTNAME= portcheckout-1.0 CATEGORIES= devel @@ -11,8 +12,11 @@ MASTER_SITES= http://www.freebsd.org/~wosch/src/ MAINTAINER= wosch@FreeBSD.org -USE_PERL5= YES +USE_PERL5= yes MAN1= portcheckout.1 -MANCOMPRESSED= yes +MANCOMPRESSED= maybe + +post-patch: + perl -pi -e 's^\#\!/usr/local/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl .include -- cgit v1.2.3