RFC 822 mail message parsing library and rewriting utilities
Responsible Changed From-To: freebsd-ports->roam I'll take care of this.
On Sun, Feb 04, 2001 at 02:31:34PM -0000, drs@rucus.ru.ac.za wrote: > > >Number: 24848 > >Category: ports > >Synopsis: mail/mess822 RFC 822 mail message parsing library and rewriting utilities > >Originator: David Siebörger > >Release: FreeBSD 4.1-STABLE i386 > >Organization: > Rhodes University Computer Users Society > >Environment: > > >Description: > > RFC 822 mail message parsing library and rewriting utilities > > >How-To-Repeat: > > >Fix: > > # This is a shell archive. Save it in a file, remove anything before > # this line, and then unpack it by entering "sh file". Note, it may > # create directories; files and directories will be owned by you and > # have default permissions. [snip] > X# New ports collection makefile for: mess822 > X# Date created: 4 February 2001 > X# Whom: David Siebörger <drs@rucus.ru.ac.za> > X# > X# $FreeBSD$ > X# > X [snip] > X > XALL_TARGET= it > XINSTALL_TARGET= setup > X [snip] > X > Xdo-build: > X @cd ${WRKSRC} && make ${ALL_TARGET} > X > Xdo-install: > X @cd ${WRKSRC} && make ${INSTALL_TARGET} > X > X.include <bsd.port.mk> > END-of-mess822/Makefile Would you object terribly if I removed the do-build and do-install targets? bsd.port.mk seems to handle ALL_TARGET and INSTALL_TARGET just fine :) Also, it's customary for ports of DJB's software to include the 'instcheck' target in INSTALL_TARGET, just in case.. mind me adding it? All in all, thanks a lot for your work in making a port of this - I can't believe there wasn't such a port already! :) G'luck, Peter -- You have, of course, just begun reading the sentence that you have just finished reading.
On Sun, Feb 04, 2001 at 04:57:06PM +0200, Peter Pentchev wrote: > On Sun, Feb 04, 2001 at 02:31:34PM -0000, drs@rucus.ru.ac.za wrote: [snip] > > Would you object terribly if I removed the do-build and do-install targets? > bsd.port.mk seems to handle ALL_TARGET and INSTALL_TARGET just fine :) > > Also, it's customary for ports of DJB's software to include the 'instcheck' > target in INSTALL_TARGET, just in case.. mind me adding it? Uhhh.. of course I meant the 'check' target.. > All in all, thanks a lot for your work in making a port of this - I can't > believe there wasn't such a port already! :) G'luck, Peter -- I am the meaning of this sentence.
State Changed From-To: open->closed Committed, thanks!