Date: Fri, 19 Jan 2001 15:50:03 -0800 (PST) From: Peter Pentchev <roam@orbitel.bg> To: freebsd-ports@FreeBSD.org Subject: Re: ports/24468: fix package building and registration for mail/arrow Message-ID: <200101192350.f0JNo3S91979@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/24468; it has been noted by GNATS. From: Peter Pentchev <roam@orbitel.bg> To: mi@aldan.algebra.com Cc: FreeBSD-gnats-submit@freebsd.org, lioux@freebsd.org, will@freebsd.org Subject: Re: ports/24468: fix package building and registration for mail/arrow Date: Sat, 20 Jan 2001 01:38:50 +0200 Satoshi Asami, the maintainer of bsd.port.mk, recently committed the PLIST_SUB PORTDOCS variable handling. I think a better fix for such ports would be to change pkg-plist so that it refers to "PORTDOCS" and not "PORTDOCS:". G'luck, Peter -- When you are not looking at it, this sentence is in Spanish. On Fri, Jan 19, 2001 at 06:10:03PM -0500, root@minime.privatelabs.com wrote: > > >Number: 24468 > >Category: ports > >Synopsis: fix package building and registration for mail/arrow > >Originator: Charlie & > >Release: FreeBSD 4.2-STABLE i386 > >Organization: > Virtual Estates, Inc. > >Environment: > > >Description: > > Right now the package building and registration fails, > because of missing PLIST_SUB substitution. > > >How-To-Repeat: > > >Fix: > > > --- Makefile Fri Jan 19 17:39:45 2001 > +++ Makefile Fri Jan 19 18:04:50 2001 > @@ -92,3 +92,12 @@ > do-install: > -.if !defined(NOPORTDOCS) > +# Install all programs > +.for i in ${PROGRAMFILES} > + @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${PREFIX}/bin > +.endfor > + > +.if defined(NOPORTDOCS) > +PLIST_SUB+= PORTDOCS:=@comment > +.else > +PLIST_SUB+= PORTDOCS:='' > +post-install: > # Install all documentation > @@ -98,7 +107,3 @@ > .endfor > -.endif # !defined(NOPORTDOCS) > -# Install all programs > -.for i in ${PROGRAMFILES} > - @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${PREFIX}/bin > -.endfor > +.endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101192350.f0JNo3S91979>