svn commit: r342421 - in head: mail/poppwd misc/p5-Bot-Training x11-fonts/bdfresize
Martin Wilke
miwi at FreeBSD.org
Mon Feb 3 11:11:37 UTC 2014
Author: miwi
Date: Mon Feb 3 11:11:36 2014
New Revision: 342421
URL: http://svnweb.freebsd.org/changeset/ports/342421
QAT: https://qat.redports.org/buildarchive/r342421/
Log:
- Stage support
Modified:
head/mail/poppwd/Makefile
head/misc/p5-Bot-Training/Makefile
head/misc/p5-Bot-Training/pkg-plist
head/x11-fonts/bdfresize/Makefile
Modified: head/mail/poppwd/Makefile
==============================================================================
--- head/mail/poppwd/Makefile Mon Feb 3 11:10:53 2014 (r342420)
+++ head/mail/poppwd/Makefile Mon Feb 3 11:11:36 2014 (r342421)
@@ -12,9 +12,7 @@ COMMENT= Implementation of the Eudora pa
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>
Modified: head/misc/p5-Bot-Training/Makefile
==============================================================================
--- head/misc/p5-Bot-Training/Makefile Mon Feb 3 11:10:53 2014 (r342420)
+++ head/misc/p5-Bot-Training/Makefile Mon Feb 3 11:11:36 2014 (r342421)
@@ -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>
Modified: head/misc/p5-Bot-Training/pkg-plist
==============================================================================
--- head/misc/p5-Bot-Training/pkg-plist Mon Feb 3 11:10:53 2014 (r342420)
+++ head/misc/p5-Bot-Training/pkg-plist Mon Feb 3 11:11:36 2014 (r342421)
@@ -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
Modified: head/x11-fonts/bdfresize/Makefile
==============================================================================
--- head/x11-fonts/bdfresize/Makefile Mon Feb 3 11:10:53 2014 (r342420)
+++ head/x11-fonts/bdfresize/Makefile Mon Feb 3 11:11:36 2014 (r342421)
@@ -11,8 +11,7 @@ MAINTAINER= sarumaru at 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>
More information about the svn-ports-all
mailing list