diff options
author | roam <roam@FreeBSD.org> | 2008-05-26 05:47:41 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2008-05-26 05:47:41 +0800 |
commit | 2694d160bedfa1efabf18fb8767ea73c80995b53 (patch) | |
tree | 29af8223dde2fa777f066681ebdb6a3b2c3829bc /x11-wm/wmanager/files | |
parent | 0a9a0703e792d5b924f3379b3b7dbf04ab20f831 (diff) | |
download | freebsd-ports-gnome-2694d160bedfa1efabf18fb8767ea73c80995b53.tar.gz freebsd-ports-gnome-2694d160bedfa1efabf18fb8767ea73c80995b53.tar.zst freebsd-ports-gnome-2694d160bedfa1efabf18fb8767ea73c80995b53.zip |
Build pkg-message dynamically, substituting the real path to
the package's documentation and samples directories.
No PORTREVISION bump since nothing changes for the default build with
a PREFIX of /usr/local/.
Diffstat (limited to 'x11-wm/wmanager/files')
-rw-r--r-- | x11-wm/wmanager/files/pkg-message.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/wmanager/files/pkg-message.in b/x11-wm/wmanager/files/pkg-message.in index 427e446625ae..cfcbdd901146 100644 --- a/x11-wm/wmanager/files/pkg-message.in +++ b/x11-wm/wmanager/files/pkg-message.in @@ -1,4 +1,4 @@ -Documentation has been installed in /usr/local/share/doc/wmanager/ and -example files in /usr/local/share/examples/wmanager/ +Documentation has been installed in %%DOCSDIR%%/ and +example files in %%EXAMPLESDIR%%/ You are advised to have a look at the sample .wmanagerrc and .xinitrc files available there. |