svn commit: r378242 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Sun Feb 1 14:30:30 UTC 2015


Author: cy
Date: Sun Feb  1 14:30:29 2015
New Revision: 378242
URL: https://svnweb.freebsd.org/changeset/ports/378242
QAT: https://qat.redports.org/buildarchive/r378242/

Log:
  Fix pkg-plist.

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

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Sun Feb  1 12:42:54 2015	(r378241)
+++ head/sysutils/screen/Makefile	Sun Feb  1 14:30:29 2015	(r378242)
@@ -3,7 +3,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.2.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
 		ftp://ftp.gnu.org/gnu/screen/ \

Modified: head/sysutils/screen/pkg-plist
==============================================================================
--- head/sysutils/screen/pkg-plist	Sun Feb  1 12:42:54 2015	(r378241)
+++ head/sysutils/screen/pkg-plist	Sun Feb  1 14:30:29 2015	(r378242)
@@ -21,5 +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
+%%EXAMPLESDIR%%/screenrc.sample-1
+%%EXAMPLESDIR%%/screenrc.sample-2


More information about the svn-ports-head mailing list