Index: head/net/sendsnpp/Makefile =================================================================== --- head/net/sendsnpp/Makefile (revision 348184) +++ head/net/sendsnpp/Makefile (revision 348185) @@ -1,27 +1,24 @@ # Created by: Ion-Mihai "IOnut" Tetcu # $FreeBSD$ PORTNAME= sendSNPP DISTVERSION= v1.03 PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSNPP/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ MAINTAINER= itetcu@FreeBSD.org COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run PLIST_FILES= bin/sendSNPP.pl +SHEBANG_FILES= sendSNPP.pl -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${PORTNAME}.pl - do-install: - cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME}.pl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin .include