1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- fix plist

- bump PORTREVISION
This commit is contained in:
Yen-Ming Lee 2008-06-23 05:25:40 +00:00
parent 54bb0907f2
commit 2d01a254fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215592
2 changed files with 4 additions and 7 deletions

View File

@ -7,9 +7,9 @@
PORTNAME= ExtUtils-MakeMaker
PORTVERSION= 6.44
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ExtUtils
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@ -17,7 +17,6 @@ COMMENT= Designed to write a Makefile for an extension module
PERL_CONFIGURE= YES
MAN1= instmodsh.1
MAN3= ExtUtils::Installed.3 ExtUtils::MM_OS2.3 ExtUtils::MakeMaker.3 \
ExtUtils::Install.3 ExtUtils::Manifest.3 \
ExtUtils::MM_Unix.3 ExtUtils::Mksymlists.3 ExtUtils::MM.3 \
@ -35,11 +34,10 @@ MAN3= ExtUtils::Installed.3 ExtUtils::MM_OS2.3 ExtUtils::MakeMaker.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500800
.undef MAN1
PLIST_SUB+= EXE_FILES="@comment " EXEUTILS_COMMAND="@comment "
PLIST_SUB+= EXE_FILES="@comment "
.else
PLIST_SUB+= EXE_FILES="" EXEUTILS_COMMAND=""
MAN3+= ExtUtils::Command.3
MAN1+= instmodsh.1
PLIST_SUB+= EXE_FILES=""
.endif
post-patch:

View File

@ -1,5 +1,4 @@
%%EXE_FILES%%bin/instmodsh
%%EXEUTILS_COMMAND%%%%SITE_PERL%%/ExtUtils/Command.pm
%%SITE_PERL%%/ExtUtils/Command/MM.pm
%%SITE_PERL%%/ExtUtils/Install.pm
%%SITE_PERL%%/ExtUtils/Installed.pm