Date: Tue, 1 Aug 2006 20:30:21 GMT From: Nick Barkas <snb@threerings.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/101204: Required files not installed by port Message-ID: <200608012030.k71KULMM054096@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/101204; it has been noted by GNATS. From: Nick Barkas <snb@threerings.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/101204: Required files not installed by port Date: Tue, 01 Aug 2006 13:28:48 -0700 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig95517BBB2F4F0A8C5BB0F3D6 Content-Type: multipart/mixed; boundary="------------000003090908050407050606" This is a multi-part message in MIME format. --------------000003090908050407050606 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Here is a small patch to fix this. --------------000003090908050407050606 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="otrs_RELEASE.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="otrs_RELEASE.patch" --- Makefile.orig Thu Jul 27 11:20:46 2006 +++ Makefile Tue Aug 1 13:22:50 2006 @@ -124,6 +124,7 @@ @${MKDIR} ${ROOT_DIRS_LIST:S!^!${OTRSDIR}/!} ${BIN_DIRS_LIST:S!^!${OTRS= DIR}/bin/!} \ ${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!} @${INSTALL_DATA} ${WRKSRC}/.*.dist ${OTRSDIR}/ + @${INSTALL_DATA} ${WRKSRC}/RELEASE ${OTRSDIR}/ .for D in ${BIN_DIRS_LIST} @${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${OTRSDIR}/bin/${D}/ .endfor --------------000003090908050407050606-- --------------enig95517BBB2F4F0A8C5BB0F3D6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEz7mF44NxFgGs4RMRCuvbAKC7BY1EqogyftswnMscPSaUdiAbQwCgqhMh Scvi/AcBphTKmZkEZ9JCf1o= =BtW3 -----END PGP SIGNATURE----- --------------enig95517BBB2F4F0A8C5BB0F3D6--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608012030.k71KULMM054096>