Summary: | New port: x11-wm/treewm: window manager that allows placing windows in windows (-> tree structure) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Rudolf Polzer <freebsd-dr> | ||||
Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Rudolf Polzer
2004-01-11 00:40:18 UTC
There's a small mistake I noticed after submitting the port. Sorry for that. --- Makefile.wrong Sun Jan 11 01:49:11 2004 +++ Makefile Sun Jan 11 01:42:13 2004 @@ -39,7 +39,7 @@ ${INSTALL_DATA} ${WRKSRC}/src/pixmaps/*.xpm ${PREFIX}/share/treewm/pixmaps pre-install: - ${SED} 's|%%D%%|${PREFIX}${DOCSDIR}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} + ${SED} 's|%%D%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} post-install: .if !defined(NOPORTDOCS) Responsible Changed From-To: freebsd-ports-bugs->pav Take. State Changed From-To: open->closed New port added, thanks! I made extensive modifications to this port, please look at the changes I made. Most importantly, I patched Makefile to have correct patch to pixmaps. |