From 34700b93ee12d30f10194a378e6b917bcae13469 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 11 Jun 2014 17:42:36 +0000 Subject: Add an @shell keyword to handle adding and remove a shell path in /etc/shell Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr --- shells/ksh93/pkg-plist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shells/ksh93') diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist index 8c2880a9dc27..f4850a427f4d 100644 --- a/shells/ksh93/pkg-plist +++ b/shells/ksh93/pkg-plist @@ -1,6 +1,4 @@ -bin/ksh93 -@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells -@exec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells; echo %D/%F >> /etc/shells +@shell bin/ksh93 man/man1/ksh93.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs %%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd -- cgit