Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Apr 2005 12:54:44 GMT
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        noackjr@alumni.rice.edu, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/79709: [MAINTAINER] devel/cvsweb: clean up
Message-ID:  <200504101254.j3ACsieK070603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [MAINTAINER] devel/cvsweb: clean up

State-Changed-From-To: open->closed
State-Changed-By: pav
State-Changed-When: Sun Apr 10 12:54:14 GMT 2005
State-Changed-Why: 
Committed, thanks!

Note that this change

-	${ECHO_CMD} "@unexec rmdir %D/${CGIDIR} %D/${ICONSDIR} 2>/dev/null || true" >> ${TMPPLIST}
+	${ECHO_CMD} "@unexec rmdir -p %D/${CGIDIR} %D/${ICONSDIR} 2>/dev/null || true" >> ${TMPPLIST}

is incorrect. ${PREFIX}/www can never be removed by a port, it's a part of
system hierarchy (mtree)

http://www.freebsd.org/cgi/query-pr.cgi?pr=79709



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