aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmcube
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-06-19 01:48:35 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-06-19 01:48:35 +0000
commit150a7b6b49aa315dbe56c85349dd30275e8236d9 (patch)
tree0e4e2e74c04fd8ac9c6badb49d339eece791b0b9 /sysutils/wmcube
parent0d1563088ce764dc3f6d39d74eeb9877435ad713 (diff)
downloadports-150a7b6b49aa315dbe56c85349dd30275e8236d9.tar.gz
ports-150a7b6b49aa315dbe56c85349dd30275e8236d9.zip
Use proper syntax in chown
PR: 28263 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=44194
Diffstat (limited to 'sysutils/wmcube')
-rw-r--r--sysutils/wmcube/files/patch-Makefile.FREEBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/wmcube/files/patch-Makefile.FREEBSD b/sysutils/wmcube/files/patch-Makefile.FREEBSD
index 2158f665c7ac..7d123fdf23b0 100644
--- a/sysutils/wmcube/files/patch-Makefile.FREEBSD
+++ b/sysutils/wmcube/files/patch-Makefile.FREEBSD
@@ -17,6 +17,6 @@
- chmod g+s /usr/local/bin/wmcube
- chown root.kmem /usr/local/bin/wmcube
+ $(BSD_INSTALL_PROGRAM) wmcube $(PREFIX)/bin/
-+ chown root.kmem $(PREFIX)/bin/wmcube
++ chown root:kmem $(PREFIX)/bin/wmcube
+ chmod g+s $(PREFIX)/bin/wmcube
@echo "wmCube installation finished..."