svn commit: r328044 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 23 20:29:12 UTC 2013


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


More information about the svn-ports-all mailing list