mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
This commit is contained in:
parent
af95f65219
commit
fe665b70e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342317
@ -25,11 +25,11 @@ CONFIGURE_ARGS= --disable-nls
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= icotool.1 wrestool.1
|
||||
PLIST_FILES= bin/icotool \
|
||||
bin/wrestool
|
||||
bin/wrestool \
|
||||
man/man1/icotool.1.gz \
|
||||
man/man1/wrestool.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MRESSCRIPTS}
|
||||
|
@ -18,11 +18,12 @@ USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= YACC=${YACC}
|
||||
|
||||
MAN1= ccom.1 cpp.1 pcc.1
|
||||
PLIST_FILES= bin/pcc libexec/ccom libexec/cpp
|
||||
PLIST_FILES= bin/pcc libexec/ccom libexec/cpp \
|
||||
man/man1/ccom.1.gz man/man1/cpp.1.gz \
|
||||
man/man1/pcc.1.gz
|
||||
|
||||
# Fix -jX builds: use -C switch instead of cd'ing and add missing dependency
|
||||
NO_STAGE= yes
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \
|
||||
's/cd (.+)(;| &&) (\$$[{(]MAKE[})][^$$]*)( \$$\(MFLAGS\))?/\3 -C \1/'
|
||||
|
@ -24,10 +24,9 @@ CONFLICTS= py*-clive-[0-1]* ljclive-[0-9]*
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= clive.1
|
||||
PLIST_FILES= bin/clive \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/clive/.packlist \
|
||||
man/man1/clive.1.gz
|
||||
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,9 +23,8 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= grake.1
|
||||
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake
|
||||
PLIST_FILES= bin/grake ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake/.packlist
|
||||
PLIST_FILES= bin/grake ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake/.packlist \
|
||||
man/man1/grake.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user