View | Details | Raw Unified | Return to bug 142517
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 28-34 Link Here
28
MAKE_ENV+=	NOCONF=1
28
MAKE_ENV+=	NOCONF=1
29
PERL_CONFIGURE=	yes
29
PERL_CONFIGURE=	yes
30
30
31
PKGMESSAGE=	${WRKDIR}/pkg-message
31
SUB_FILES=	pkg-message
32
32
33
MAN3=	Net::FTPServer.3 \
33
MAN3=	Net::FTPServer.3 \
34
	Net::FTPServer::DBeg1::DirHandle.3 \
34
	Net::FTPServer::DBeg1::DirHandle.3 \
Lines 74-80 Link Here
74
	@${MKDIR} ${DOCSDIR}
74
	@${MKDIR} ${DOCSDIR}
75
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
75
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
76
.endif
76
.endif
77
	@${PERL} -p -e 's,PREFIX,${PREFIX},g' ${PKGDIR}/pkg-message > ${PKGMESSAGE}
78
	@${CAT} ${PKGMESSAGE}
77
	@${CAT} ${PKGMESSAGE}
79
78
80
.include <bsd.port.mk>
79
.include <bsd.port.mk>
(-)pkg-message (-6 lines)
Removed Link Here
1
--------------------------------------------------------------------------
2
You have installed p5-Net-FTPServer, a full-featured ftp daemon written in
3
Perl.  For more information, please type `perldoc Net::FTPServer'.  The
4
ftpd is installed as PREFIX/sbin/ftpd.pl, with an example config
5
file in PREFIX/share/examples/Net-FTPServer.
6
--------------------------------------------------------------------------
(-)files/pkg-message.in (+6 lines)
Added Link Here
1
--------------------------------------------------------------------------
2
You have installed p5-Net-FTPServer, a full-featured ftp daemon written in
3
Perl.  For more information, please type `perldoc Net::FTPServer'.  The
4
ftpd is installed as %%PREFIX%%/sbin/ftpd.pl, with an example config
5
file in %%PREFIX%%/share/examples/Net-FTPServer.
6
--------------------------------------------------------------------------

Return to bug 142517