svn commit: r422667 - head/sysutils/44bsd-more

Cy Schubert cy at FreeBSD.org
Fri Sep 23 12:52:53 UTC 2016


Author: cy
Date: Fri Sep 23 12:52:52 2016
New Revision: 422667
URL: https://svnweb.freebsd.org/changeset/ports/422667

Log:
  Record a dependency on rcs as it was in FreeBSD at the time.

Modified:
  head/sysutils/44bsd-more/Makefile

Modified: head/sysutils/44bsd-more/Makefile
==============================================================================
--- head/sysutils/44bsd-more/Makefile	Fri Sep 23 12:49:56 2016	(r422666)
+++ head/sysutils/44bsd-more/Makefile	Fri Sep 23 12:52:52 2016	(r422667)
@@ -3,12 +3,15 @@
 
 PORTNAME=	44bsd-more
 PORTVERSION=	${RELDATE}
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/cy
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The pager installed with FreeBSD before less(1) was imported
 
+EXTRACT_DEPENDS=	rcs:devel/rcs57
+
 USES=		ncurses tar:bzip2
 NO_WRKSUBDIR=	yes
 


More information about the svn-ports-head mailing list