svn commit: r456384 - head/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Fri Dec 15 06:34:13 UTC 2017


Author: antoine
Date: Fri Dec 15 06:34:12 2017
New Revision: 456384
URL: https://svnweb.freebsd.org/changeset/ports/456384

Log:
  Add back a line that shouldn't have been removed in r456375
  
  Reported by:	pkg-fallout

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Fri Dec 15 04:48:45 2017	(r456383)
+++ head/Mk/Uses/perl5.mk	Fri Dec 15 06:34:12 2017	(r456384)
@@ -241,6 +241,7 @@ CONFIGURE_ARGS+=	CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX
 			INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib"
 CONFIGURE_SCRIPT?=	Makefile.PL
 MAN3PREFIX?=		${PREFIX}/${SITE_PERL_REL}
+MAN1PREFIX?=		${PREFIX}/${SITE_PERL_REL}
 .undef HAS_CONFIGURE
 
 .    if !target(do-configure)


More information about the svn-ports-all mailing list