svn commit: r520470 - head/shells/heirloom-sh

Tobias Kortkamp tobik at FreeBSD.org
Fri Dec 20 05:41:15 UTC 2019


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
 


More information about the svn-ports-all mailing list