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/matchbox | |
parent | 05541aed285fee53ad6c5455554dee2621beb054 (diff) | |
download | ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.gz ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.zip |
Notes
Diffstat (limited to 'x11-wm/matchbox')
-rw-r--r-- | x11-wm/matchbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/matchbox/Makefile b/x11-wm/matchbox/Makefile index e6d5b2d04de7..d92ad3eb958c 100644 --- a/x11-wm/matchbox/Makefile +++ b/x11-wm/matchbox/Makefile @@ -52,8 +52,8 @@ do-install: .endfor ${INSTALL_PROGRAM} ${WRKSRC}/dock/mbdock ${PREFIX}/bin ${MKDIR} ${DATADIR} - cd ${WRKSRC}/data/ && pax -r -w themes ${DATADIR} \ - && pax -r -w mbdock ${DATADIR} + cd ${WRKSRC}/data/ && ${PAX} -r -w themes ${DATADIR} \ + && ${PAX} -r -w mbdock ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for ii in ${DOCS} |