From a882364f2403bc9d88e823745313b7de799bd176 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 10 Nov 2002 16:48:51 +0000 Subject: o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) --- shells/perlsh/Makefile | 2 -- shells/perlsh/pkg-comment | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 shells/perlsh/pkg-comment (limited to 'shells/perlsh') diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 6354788a341d..67e24ce4c4e9 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -14,8 +14,6 @@ DISTNAME= psh-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= New shell made entirely out of a Perl script - PERL_CONFIGURE= yes USE_REINPLACE= yes diff --git a/shells/perlsh/pkg-comment b/shells/perlsh/pkg-comment new file mode 100644 index 000000000000..e8c5ab06be0f --- /dev/null +++ b/shells/perlsh/pkg-comment @@ -0,0 +1 @@ +New shell made entirely out of a Perl script -- cgit