diff options
author | db <db@FreeBSD.org> | 2013-07-28 06:50:01 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2013-07-28 06:50:01 +0800 |
commit | 1bb76c38e18e6c1b067139aeb754b86335be8bb2 (patch) | |
tree | 2bd1738848a66f9886bed77779f3e4e44ca4b70d /comms | |
parent | 46734f7b8e46e003612adc78e63e72953bc12292 (diff) | |
download | freebsd-ports-gnome-1bb76c38e18e6c1b067139aeb754b86335be8bb2.tar.gz freebsd-ports-gnome-1bb76c38e18e6c1b067139aeb754b86335be8bb2.tar.zst freebsd-ports-gnome-1bb76c38e18e6c1b067139aeb754b86335be8bb2.zip |
- Update post-install message to move /usr/local/share/tqsl
to /usr/local/share/TrustedQSL
- no binary change
Submitted by: Thomas Laus KH6ILT <lausts@acm.org>
Obtained from: private email
Diffstat (limited to 'comms')
-rw-r--r-- | comms/trustedqsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 6d1dd6718c28..e5fd80ef9c4c 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -25,7 +25,7 @@ USE_LDCONFIG= yes post-install: @${ECHO_MSG} @${ECHO_MSG} trustedqsl is now installed. You will have to create a directory .tqsl in - @${ECHO_MSG} your home directory and setup a copy of ${PREFIX}/share/tqsl/config.xml here + @${ECHO_MSG} your home directory and setup a copy of ${PREFIX}/share/TrustedQSL/config.xml here @${ECHO_MSG} before this program will run correctly. @${ECHO_MSG} |