diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-12-30 01:22:27 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-12-30 01:22:27 +0000 |
commit | b59b0022a469630a4a2ba6df43719523d91c3102 (patch) | |
tree | 427581e3d5c6af8e43304ed8d8bd472345c05473 /ports-mgmt | |
parent | 426cede750243bdfc19eb48625b9fb53603a425a (diff) | |
download | ports-b59b0022a469630a4a2ba6df43719523d91c3102.tar.gz ports-b59b0022a469630a4a2ba6df43719523d91c3102.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portcheckout/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
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 <bsd.port.mk> |