From owner-freebsd-ports-bugs Thu Jan 23 15:50: 9 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD7AA37B401 for ; Thu, 23 Jan 2003 15:50:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557DD43EB2 for ; Thu, 23 Jan 2003 15:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0NNo3NS010340 for ; Thu, 23 Jan 2003 15:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0NNo3NO010339; Thu, 23 Jan 2003 15:50:03 -0800 (PST) Date: Thu, 23 Jan 2003 15:50:03 -0800 (PST) Message-Id: <200301232350.h0NNo3NO010339@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Simon 'corecode' Schubert" Subject: Re: ports/47402: Reply-To: "Simon 'corecode' Schubert" Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47402; it has been noted by GNATS. From: "Simon 'corecode' Schubert" To: Manuel Kreutz 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 ${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