Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Nov 2003 20:00:20 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Sergey Matveychuk <sem@ciam.ru>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Does new PORTDOCS macro mork?
Message-ID:  <1068253220.22635.5.camel@shumai.marcuscom.com>
In-Reply-To: <3FAC2F86.3050009@ciam.ru>
References:  <3FAC2F86.3050009@ciam.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-vgvk7OEWj06rfgV1h+65
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Fri, 2003-11-07 at 18:49, Sergey Matveychuk wrote:
> How can I use new PORTDOCS macro?
>=20
> I've tried to remove all docs stuff from pkg-plist and list it in PORTDOC=
S:
> PORTDOCS=3D      FAQ SECURITY CREDITS ChangeLog
>=20
> But docs was not installed.
>=20
> How it works?

Setting this macro only adds plist entries to the final package
+CONTENTS file (just like INFO and MAN do).  You will still have to
physically install these files.  For example:

PORTDOCS=3D      FAQ SECURITY CREDITS ChangeLog
...
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
.endfor

Joe

>=20
> ---
> Sem.
>=20
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-vgvk7OEWj06rfgV1h+65
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQA/rEAkb2iPiv4Uz4cRAlATAKCCTarDTzN6bugG4/RI9uj9+xgPegCdHfba
CiDAdntNRxGQAcyjrzTsa6E=
=anWU
-----END PGP SIGNATURE-----

--=-vgvk7OEWj06rfgV1h+65--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1068253220.22635.5.camel>