mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Argh. Actually stop trying to install and package the pgp scripts.
Add a message about the new, improved pine-pgp-filters port.
This commit is contained in:
parent
6bc866c9ca
commit
46cee9fdea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73797
@ -67,15 +67,6 @@ do-install:
|
||||
.for program in ${MAN1}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${program:R} ${PREFIX}/bin
|
||||
.endfor
|
||||
.for script in pgpdecode pgpencrypt pgpsign
|
||||
${SED} -e 's,@@PREFIX@@,${PREFIX},g' ${FILESDIR}/${script} > \
|
||||
${WRKSRC}/bin/${script}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/${script} ${PREFIX}/bin
|
||||
.endfor
|
||||
${SED} -e 's,@@PREFIX@@,${PREFIX},g' ${FILESDIR}/dot.pinerc.pgp.sample \
|
||||
> ${WRKSRC}/dot.pinerc.pgp.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/dot.pinerc.pgp.sample \
|
||||
${PREFIX}/etc/dot.pinerc.pgp.sample
|
||||
.for manpage in ${MAN1}
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/${manpage} ${PREFIX}/man/man1
|
||||
.endfor
|
||||
@ -91,4 +82,10 @@ post-install:
|
||||
${PREFIX}/bin/pine -P ${PREFIX}/etc/pine.conf -conf >${WRKSRC}/pine.conf
|
||||
${INSTALL_DATA} ${WRKSRC}/pine.conf ${PREFIX}/etc/pine.conf
|
||||
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} "***************************************************************************"
|
||||
@${ECHO_MSG} "*** To use pgp with Pine, take a look at the mail/pine-pgp-filters port ***"
|
||||
@${ECHO_MSG} "***************************************************************************"
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,12 +4,8 @@
|
||||
bin/pico
|
||||
bin/pilot
|
||||
bin/pine
|
||||
bin/pgpencrypt
|
||||
bin/pgpdecode
|
||||
bin/pgpsign
|
||||
bin/rpdump
|
||||
bin/rpload
|
||||
etc/dot.pinerc.pgp.sample
|
||||
@exec %D/bin/pine -P %D/etc/pine.conf -conf >%D/etc/pine.conf.tmp
|
||||
@exec /bin/mv %D/etc/pine.conf.tmp %D/etc/pine.conf
|
||||
%%PORTDOCS%%share/doc/pine/brochure.txt
|
||||
|
Loading…
Reference in New Issue
Block a user