svn commit: r378228 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Sat Jan 31 23:32:51 UTC 2015


Author: cy
Date: Sat Jan 31 23:32:50 2015
New Revision: 378228
URL: https://svnweb.freebsd.org/changeset/ports/378228
QAT: https://qat.redports.org/buildarchive/r378228/

Log:
  Bump PORTREVISION for r373436.
  
  PR:		PR/197225

Modified:
  head/sysutils/screen/Makefile
  head/sysutils/screen/pkg-plist

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Sat Jan 31 21:26:32 2015	(r378227)
+++ head/sysutils/screen/Makefile	Sat Jan 31 23:32:50 2015	(r378228)
@@ -3,7 +3,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
 		ftp://ftp.gnu.org/gnu/screen/ \
@@ -89,6 +89,11 @@ post-configure:
 ETCDIR?=	${PREFIX}/etc
 
 post-install:
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc \
+		${STAGEDIR}${EXAMPLESDIR}/screenrc.sample-1
+	${INSTALL_DATA} ${FILESDIR}/screenrc.sample \
+		${STAGEDIR}${EXAMPLESDIR}/screenrc.sample-2
 	@${MKDIR} ${STAGEDIR}${ETCDIR}
 .if ${PORT_OPTIONS:MSYSTEM_SCREENRC}
 	${INSTALL_DATA} ${FILESDIR}/screenrc.sample \

Modified: head/sysutils/screen/pkg-plist
==============================================================================
--- head/sysutils/screen/pkg-plist	Sat Jan 31 21:26:32 2015	(r378227)
+++ head/sysutils/screen/pkg-plist	Sat Jan 31 23:32:50 2015	(r378228)
@@ -21,3 +21,5 @@ bin/screen
 @comment are installing the the one bundled with source, or the one from
 @comment FILESDIR/screenrc.sample
 @sample %%ETCDIR%%/screenrc.sample
+ at sample %%EXAMPLESDIR%%/screenrc.sample-1
+ at sample %%EXAMPLESDIR%%/screenrc.sample-2


More information about the svn-ports-all mailing list