diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-14 01:31:55 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-14 01:31:55 +0000 |
commit | e41c047b240fcbd733974cb32fbf07238170603a (patch) | |
tree | 88b3b5529d417516ccf20f3f85fcb382d06056e9 /deskutils/parcellite | |
parent | db37a046b7b8be1a585353cb113e893fd9fc2988 (diff) |
Notes
Diffstat (limited to 'deskutils/parcellite')
-rw-r--r-- | deskutils/parcellite/Makefile | 4 | ||||
-rw-r--r-- | deskutils/parcellite/files/pkg-message.in | 21 |
2 files changed, 24 insertions, 1 deletions
diff --git a/deskutils/parcellite/Makefile b/deskutils/parcellite/Makefile index 0216347fdce1..5c08b51e5078 100644 --- a/deskutils/parcellite/Makefile +++ b/deskutils/parcellite/Makefile @@ -18,7 +18,7 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 -PORTDOCS= AUTHORS ChangeLog README TODO +PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes @@ -26,6 +26,8 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +SUB_FILES= pkg-message + .include <bsd.port.options.mk> post-patch: diff --git a/deskutils/parcellite/files/pkg-message.in b/deskutils/parcellite/files/pkg-message.in new file mode 100644 index 000000000000..873f4ffb203e --- /dev/null +++ b/deskutils/parcellite/files/pkg-message.in @@ -0,0 +1,21 @@ +################################################################################ + +Parcellite has been installed. + +This program will attempt to obtain some system information by accessing files +in procfs and linprocfs. You must mount procfs and linprocfs filesystem for this +to work correctly. +This can be accomplished by adding the following line to your /etc/fstab file: + +# Device Mountpoint FStype Options Dump Pass +proc /proc procfs rw 0 0 +linprocfs /compat/linux/proc linprocfs rw 0 0 + +and then, as root, executing the command: + +mount /proc + +kldload linprocfs +mount /compat/linux/proc + +################################################################################ |