mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Fix warning when building in a jail
perl: not found "Makefile", line 28: warning: "perl -V:archname" returned non-zero status PR: ports/174576 Approved by: maintainer timeout (>2 months via email)
This commit is contained in:
parent
aad178fbcb
commit
94c5bd1628
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314124
@ -1,7 +1,4 @@
|
|||||||
# New ports collection makefile for: mcstas
|
# Created by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
|
||||||
# Date created: Apr 26, 2004
|
|
||||||
# Whom: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= mcstas
|
PORTNAME= mcstas
|
||||||
@ -28,7 +25,7 @@ USE_GMAKE= yes
|
|||||||
NO_MTREE= yes
|
NO_MTREE= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
PERL_ARCHNAME!= perl -V:archname
|
PERL_ARCHNAME!= perl -V:archname 2>/dev/null || :
|
||||||
|
|
||||||
PLIST_SUB+= PERL_PORT=perl5 PERL_ARCHNAME=${PERL_ARCHNAME:S/archname='//:S/';//}
|
PLIST_SUB+= PERL_PORT=perl5 PERL_ARCHNAME=${PERL_ARCHNAME:S/archname='//:S/';//}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user