mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
4 changed files with 11 additions and 12 deletions
|
@ -25,11 +25,11 @@ CONFIGURE_ARGS= --disable-nls
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
MAN1= icotool.1 wrestool.1
|
|
||||||
PLIST_FILES= bin/icotool \
|
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>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MRESSCRIPTS}
|
.if ${PORT_OPTIONS:MRESSCRIPTS}
|
||||||
|
|
|
@ -18,11 +18,12 @@ USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= YACC=${YACC}
|
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
|
# Fix -jX builds: use -C switch instead of cd'ing and add missing dependency
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E \
|
||||||
's/cd (.+)(;| &&) (\$$[{(]MAKE[})][^$$]*)( \$$\(MFLAGS\))?/\3 -C \1/'
|
's/cd (.+)(;| &&) (\$$[{(]MAKE[})][^$$]*)( \$$\(MFLAGS\))?/\3 -C \1/'
|
||||||
|
|
|
@ -24,10 +24,9 @@ CONFLICTS= py*-clive-[0-1]* ljclive-[0-9]*
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= clive.1
|
|
||||||
PLIST_FILES= bin/clive \
|
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
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/clive
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -23,9 +23,8 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= grake.1
|
|
||||||
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/grake
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue