From owner-cvs-all Tue Feb 27 13:48:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 306E837B71A; Tue, 27 Feb 2001 13:48:20 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RLmKm47518; Tue, 27 Feb 2001 13:48:20 -0800 (PST) (envelope-from olgeni) Message-Id: <200102272148.f1RLmKm47518@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Feb 2001 13:48:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile ports/sysutils/webmin/scripts pre-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/02/27 13:48:20 PST Modified files: sysutils/webmin Makefile sysutils/webmin/scripts pre-configure Log: Fix for repeated "make install/deinstall" (development only). Don't ${MV} /tmp/webmin.sh to ${PREFIX}/etc/rc.d: create it in ${WRKDIR} instead, and use ${CP}. If you move webmin.sh, you can't make install/deinstall/install: the last install will fail because of the missing file. No user visible changes, but speeds up testing. Revision Changes Path 1.35 +3 -2 ports/sysutils/webmin/Makefile 1.3 +1 -1 ports/sysutils/webmin/scripts/pre-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message