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 11:11:36 +00:00
parent 41550c5239
commit b3c0ac803f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342421
4 changed files with 6 additions and 11 deletions

View File

@ -12,9 +12,7 @@ COMMENT= Implementation of the Eudora password changing protocol
WRKSRC= ${WRKDIR}/poppwd
MAN8= poppwd.8
MANCOMPRESSED= maybe
PLIST_FILES= libexec/poppwd
PLIST_FILES= libexec/poppwd \
man/man8/poppwd.8.gz
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -29,8 +29,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN1= bot-training.1
MAN3= Bot::Training.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -2,6 +2,8 @@ bin/bot-training
%%SITE_PERL%%/Bot/Training.pm
%%SITE_PERL%%/Bot/Training/Plugin.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training/.packlist
%%PERL5_MAN3%%/Bot::Training.3.gz
man/man1/bot-training.1.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot
@dirrmtry %%SITE_PERL%%/Bot/Training

View File

@ -11,8 +11,7 @@ MAINTAINER= sarumaru@jp.FreeBSD.org
COMMENT= A tool for resizing BDF format font
GNU_CONFIGURE= yes
MAN1= bdfresize.1
PLIST_FILES= bin/bdfresize
PLIST_FILES= bin/bdfresize \
man/man1/bdfresize.1.gz
NO_STAGE= yes
.include <bsd.port.mk>