Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 15:50:03 -0800 (PST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47402:
Message-ID:  <200301232350.h0NNo3NO010339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47402; it has been noted by GNATS.

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: Manuel Kreutz <mk@nomtec.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/47402:
Date: Fri, 24 Jan 2003 00:42:30 +0100

 --=.(,?4x/uG58(JF)
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Manuel Kreutz told:
 
 > sed 's/^X//' >sysmon/Makefile << 'END-of-sysmon/Makefile'
 [...]
 > X	@${INSTALL_MAN} ${WRKSRC}/docs/sysmon.man ${PREFIX}/man/man8/sysmon.8
 > X	@${INSTALL_MAN} ${WRKSRC}/docs/sysmon.conf.man ${PREFIX}/man/man8/sysmon.conf.8
 
 use ${MANPREFIX}?
 
 > X.if !defined(NOPORTDOCS)
 > X	@${MKDIR} ${PREFIX}/share/doc/sysmon
 
 ${DOCSDIR}?
 
 > X	@${INSTALL_DATA} ${WRKSRC}/docs/Changes.html ${PREFIX}/share/doc/sysmon
 [...]
 > X	@${INSTALL_DATA} ${WRKSRC}/docs/sysmon.man.html ${PREFIX}/share/doc/sysmon
 
 use:
 @for f in ${WRKSRC}/docs/*; do ${INSTALL_DATA} $$f ${DOCSDIR}
 or:
 .for f in <listoffiles>
 	${INSTALL_DATA} $f ${DOCSDIR}
 .endfor
 ?
 
 > sed 's/^X//' >sysmon/pkg-plist << 'END-of-sysmon/pkg-plist'
 > Xbin/sysmond
 > Xbin/sysmond.old
 
 wot?
 
 > Xbin/sysmon
 > Xbin/sysmon.old
 
 dito
 
 [...]
 > X@unexec rm -f %D/bin/sysmond %D/bin/sysmond.old %D/bin/sysmon %D/bin/sysmon.old
 
 what's that?
 
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.(,?4x/uG58(JF)
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+MH3ur5S+dk6z85oRAmptAKCW0RgQrVPTx7r4yvKYX0eAnPv1UACgrXI+
 8QVA3e449BjRHsWdrF4bacQ=
 =Awwz
 -----END PGP SIGNATURE-----
 
 --=.(,?4x/uG58(JF)--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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