diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
commit | f3a1a0c10135fc987471f9b2991661a2a50cb95a (patch) | |
tree | 9184b94722299b9e1ad138596d58322a63cb8f56 /x11-wm/openbox | |
parent | 05541aed285fee53ad6c5455554dee2621beb054 (diff) | |
download | ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.gz ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.zip |
Notes
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 99c327c18656..9818c3177e0c 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -110,7 +110,7 @@ do-install: .endfor ${INSTALL_SCRIPT} ${WRKSRC}/tools/themeupdate/themeupdate.py \ ${PREFIX}/bin - cd ${WRKSRC} && pax -r -w data themes ${PREFIX}/share/openbox/ + cd ${WRKSRC} && ${PAX} -r -w data themes ${PREFIX}/share/openbox/ cd ${WRKSRC} && ${INSTALL_DATA} data/* ${PREFIX}/share/openbox/ cd ${WRKSRC} && ${INSTALL_DATA} data/openbox.desktop \ ${PREFIX}/share/gnome/wm-properties/ |