fix after perl 5.10.1 update; from alek@
This commit is contained in:
parent
6bbe29c2fc
commit
057fe49cfc
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2008/10/24 14:04:23 jasper Exp $
|
# $OpenBSD: Makefile,v 1.4 2009/12/06 22:07:39 naddy Exp $
|
||||||
|
|
||||||
COMMENT= modular perl shell
|
COMMENT= modular perl shell
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
|
|
||||||
V= 0.96
|
V= 0.96
|
||||||
DISTNAME= Zoidberg-$V
|
DISTNAME= Zoidberg-$V
|
||||||
PKGNAME= zoidberg-$Vp0
|
PKGNAME= zoidberg-$Vp1
|
||||||
|
|
||||||
# perl
|
# perl
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
@ -16,12 +16,15 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
CPAN_AUTHOR= PARDUS
|
CPAN_AUTHOR= PARDUS
|
||||||
MODULES= cpan
|
MODULES= cpan
|
||||||
CONFIGURE_STYLE=modbuild
|
CONFIGURE_STYLE=modbuild
|
||||||
|
CONFIGURE_ARGS= install_path=etc="${SYSCONFDIR}/" \
|
||||||
|
install_path=doc="${PREFIX}/share/doc/zoid/" \
|
||||||
|
install_path=share="${PREFIX}/share/zoid/"
|
||||||
|
|
||||||
RUN_DEPENDS= ::devel/p5-Exporter-Tidy \
|
RUN_DEPENDS= ::devel/p5-Exporter-Tidy \
|
||||||
::devel/p5-Term-ReadLine-Zoid \
|
::devel/p5-Term-ReadLine-Zoid \
|
||||||
::devel/p5-Env-PS1
|
::devel/p5-Env-PS1
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${WRKINST}/etc/zoidrc ${PREFIX}/share/zoid/zoidrc.sample
|
${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/zoidrc ${PREFIX}/share/zoid/zoidrc.sample
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/08 22:48:15 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.2 2009/12/06 22:07:39 naddy Exp $
|
||||||
@shell bin/zoid
|
@shell bin/zoid
|
||||||
${P5SITE}/Bundle/
|
${P5SITE}/Bundle/
|
||||||
${P5SITE}/Bundle/Zoidberg.pm
|
${P5SITE}/Bundle/Zoidberg.pm
|
||||||
@ -21,7 +21,6 @@ ${P5SITE}/Zoidberg/Utils/Error.pm
|
|||||||
${P5SITE}/Zoidberg/Utils/FileSystem.pm
|
${P5SITE}/Zoidberg/Utils/FileSystem.pm
|
||||||
${P5SITE}/Zoidberg/Utils/GetOpt.pm
|
${P5SITE}/Zoidberg/Utils/GetOpt.pm
|
||||||
${P5SITE}/Zoidberg/Utils/Output.pm
|
${P5SITE}/Zoidberg/Utils/Output.pm
|
||||||
${P5SITE}/auto/
|
|
||||||
${P5SITE}/auto/Zoidberg/
|
${P5SITE}/auto/Zoidberg/
|
||||||
${P5SITE}/auto/Zoidberg/Fish/
|
${P5SITE}/auto/Zoidberg/Fish/
|
||||||
${P5SITE}/auto/Zoidberg/Fish/Commands/
|
${P5SITE}/auto/Zoidberg/Fish/Commands/
|
||||||
|
Loading…
Reference in New Issue
Block a user