Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 15:21:49 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359864 - head/devel/cvs
Message-ID:  <201406301521.s5UFLnI5053270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Mon Jun 30 15:21:49 2014
New Revision: 359864
URL: http://svnweb.freebsd.org/changeset/ports/359864
QAT: https://qat.redports.org/buildarchive/r359864/

Log:
  Remove "mkdir -p %%EXAMPLESDIR%%/contrib" from pkg-plist.
  
  The contrib directory is not empty, so it is not needed.
  
  Moreover, it is missing the %D prefix and will create
  share/examples/cvs/contrib in the current directory, whatever it is.

Modified:
  head/devel/cvs/Makefile
  head/devel/cvs/pkg-plist   (contents, props changed)

Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile	Mon Jun 30 15:21:16 2014	(r359863)
+++ head/devel/cvs/Makefile	Mon Jun 30 15:21:49 2014	(r359864)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cvs
 PORTVERSION=	1.20120905
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	LOCAL/eadler
 

Modified: head/devel/cvs/pkg-plist
==============================================================================
--- head/devel/cvs/pkg-plist	Mon Jun 30 15:21:16 2014	(r359863)
+++ head/devel/cvs/pkg-plist	Mon Jun 30 15:21:49 2014	(r359864)
@@ -21,6 +21,5 @@ man/man8/cvsbug.8.gz
 %%EXAMPLESDIR%%/contrib/cvscheck.man
 %%EXAMPLESDIR%%/contrib/cvshelp.man
 %%EXAMPLESDIR%%/contrib/descend.man
-@exec mkdir -p %%EXAMPLESDIR%%/contrib
 @dirrm %%EXAMPLESDIR%%/contrib
 @dirrm %%EXAMPLESDIR%%



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