Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 18:30:34 +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: r373310 - head/devel/p5-MooseX-App-Cmd
Message-ID:  <201411241830.sAOIUYb4002972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov 24 18:30:33 2014
New Revision: 373310
URL: https://svnweb.freebsd.org/changeset/ports/373310
QAT: https://qat.redports.org/buildarchive/r373310/

Log:
  - Fix PLIST

Modified:
  head/devel/p5-MooseX-App-Cmd/Makefile

Modified: head/devel/p5-MooseX-App-Cmd/Makefile
==============================================================================
--- head/devel/p5-MooseX-App-Cmd/Makefile	Mon Nov 24 18:30:29 2014	(r373309)
+++ head/devel/p5-MooseX-App-Cmd/Makefile	Mon Nov 24 18:30:33 2014	(r373310)
@@ -35,8 +35,8 @@ post-install:
 	${RM} \
 		${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/MouseX/App/Cmd.pm \
 		${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/MouseX/App/Cmd/Command.pm \
-		${STAGEDIR}${PREFIX}/${SITE_MAN3_REL}/MouseX::App::Cmd.3 \
-		${STAGEDIR}${PREFIX}/${SITE_MAN3_REL}/MouseX::App::Cmd::Command.3
+		${STAGEDIR}${MAN3PREFIX}/man/man3/MouseX::App::Cmd.3 \
+		${STAGEDIR}${MAN3PREFIX}/man/man3/MouseX::App::Cmd::Command.3
 	${RMDIR} -p ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/MouseX/App/Cmd 2>/dev/null || :
 
 .include <bsd.port.mk>



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