Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 20:29:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328044 - head/Mk/Uses
Message-ID:  <201309232029.r8NKTBb8045859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 23 20:29:11 2013
New Revision: 328044
URL: http://svnweb.freebsd.org/changeset/ports/328044

Log:
  - Remove trailing slash
  
  Approved by:	bapt (via IRC)

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Mon Sep 23 20:26:01 2013	(r328043)
+++ head/Mk/Uses/perl5.mk	Mon Sep 23 20:29:11 2013	(r328044)
@@ -155,7 +155,7 @@ PLIST_SUB+=	PERL_VERSION=${PERL_VERSION}
 		SITE_PERL=${SITE_PERL_REL}
 
 .for sect in 1 2 3 4 5 6 7 8 9
-PLIST_SUB+=	PERL5_MAN${sect}=lib/perl5/${PERL_VER}/man/man${sect}/
+PLIST_SUB+=	PERL5_MAN${sect}=lib/perl5/${PERL_VER}/man/man${sect}
 .endfor
 
 # handle perl5 specific manpages



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