Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 05:41:15 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520470 - head/shells/heirloom-sh
Message-ID:  <201912200541.xBK5fF9O035808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Dec 20 05:41:15 2019
New Revision: 520470
URL: https://svnweb.freebsd.org/changeset/ports/520470

Log:
  shells/heirloom-sh: Use @shell instead of custom reimplementation

Deleted:
  head/shells/heirloom-sh/pkg-deinstall
  head/shells/heirloom-sh/pkg-install
Modified:
  head/shells/heirloom-sh/Makefile

Modified: head/shells/heirloom-sh/Makefile
==============================================================================
--- head/shells/heirloom-sh/Makefile	Fri Dec 20 05:36:09 2019	(r520469)
+++ head/shells/heirloom-sh/Makefile	Fri Dec 20 05:41:15 2019	(r520470)
@@ -3,6 +3,7 @@
 
 PORTNAME=	heirloom-sh
 PORTVERSION=	050706
+PORTREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	SF/heirloom/${PORTNAME}/${PORTVERSION}
 
@@ -13,12 +14,9 @@ BROKEN_aarch64=	Fails to link: missing sbrk
 
 USES=		tar:bzip2
 MAKEFILE=	makefile
-PLIST_FILES=	bin/jsh \
+PLIST_FILES=	"@shell bin/jsh" \
 		man/man1/jsh.1.gz
 PORTDOCS=	CALDERA.LICENSE OPENSOLARIS.LICENSE CHANGES README
-
-PKGINSTALL=	pkg-install
-PKGDEINSTALL=	pkg-deinstall
 
 OPTIONS_DEFINE=	DOCS
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912200541.xBK5fF9O035808>