1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-03 09:41:17 +00:00
parent 1a048b4225
commit 6a09171318
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342398
5 changed files with 7 additions and 13 deletions

View File

@ -15,7 +15,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN1= mbx2mbox.1
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,4 @@
bin/mbx2mbox
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mbx2mbox/.packlist
man/man1/mbx2mbox.1.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mbx2mbox

View File

@ -16,13 +16,12 @@ SQLITE2_DESC= SQLite2 support
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= qsf.1
PLIST_FILES= bin/qsf
PLIST_FILES= bin/qsf \
man/man1/qsf.1.gz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGDBM}

View File

@ -16,9 +16,7 @@ USE_BZIP2= yes
MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
MAKEFILE= BSDmakefile
MAN1= imerge.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/imerge
PLIST_FILES= bin/imerge \
man/man1/imerge.1.gz
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -25,9 +25,8 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
MAN1= gcap.1
PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap
PLIST_FILES= bin/gcap ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap/.packlist
PLIST_FILES= bin/gcap ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap/.packlist \
man/man1/gcap.1.gz
NO_STAGE= yes
.include <bsd.port.mk>