diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 06:05:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 06:05:18 +0000 |
commit | 90eb686abd90a105ace72b3e120053c4157a0cd4 (patch) | |
tree | 7db1074b061c221458953dd6fceb631f8d8ef044 /palm | |
parent | 2d7438d6f4e745b0e59b3a2bc4f87398c455d252 (diff) | |
download | ports-90eb686abd90a105ace72b3e120053c4157a0cd4.tar.gz ports-90eb686abd90a105ace72b3e120053c4157a0cd4.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/palmos-sdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/palmos-sdk/Makefile b/palm/palmos-sdk/Makefile index 1d4221634cab..6482073af700 100644 --- a/palm/palmos-sdk/Makefile +++ b/palm/palmos-sdk/Makefile @@ -31,6 +31,6 @@ do-install: ${MKDIR} ${INCDIR} ${LIBDIR} ${CP} -Rp ${WRKSRC}/Incs/* ${INCDIR} ${CP} -Rp ${WRKSRC}/GCC\ Libraries/* ${LIBDIR} - ${CHOWN} -R root.wheel ${INCDIR} ${LIBDIR} + ${CHOWN} -R root:wheel ${INCDIR} ${LIBDIR} .include <bsd.port.post.mk> |