diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-06-19 01:48:35 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-06-19 01:48:35 +0000 |
commit | 150a7b6b49aa315dbe56c85349dd30275e8236d9 (patch) | |
tree | 0e4e2e74c04fd8ac9c6badb49d339eece791b0b9 /sysutils | |
parent | 0d1563088ce764dc3f6d39d74eeb9877435ad713 (diff) | |
download | ports-150a7b6b49aa315dbe56c85349dd30275e8236d9.tar.gz ports-150a7b6b49aa315dbe56c85349dd30275e8236d9.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmcube/files/patch-Makefile.FREEBSD | 2 |
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..." |