diff options
author | lioux <lioux@FreeBSD.org> | 2001-05-20 05:36:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-05-20 05:36:39 +0800 |
commit | c6f6be46cddbc1374e369b7b3040b7971e1a6c9a (patch) | |
tree | 7ce85da0045125307807578515b0e17c5e25091e /devel/linux-understand_c | |
parent | ce76e1fac46f3e71f3e7e3f21b65ce1adea52166 (diff) | |
download | freebsd-ports-gnome-c6f6be46cddbc1374e369b7b3040b7971e1a6c9a.tar.gz freebsd-ports-gnome-c6f6be46cddbc1374e369b7b3040b7971e1a6c9a.tar.zst freebsd-ports-gnome-c6f6be46cddbc1374e369b7b3040b7971e1a6c9a.zip |
Correct typo: %D points to ${LINUXBASE} and I wanted ${PREFIX}
which is ${PKG_PREFIX}
Diffstat (limited to 'devel/linux-understand_c')
-rw-r--r-- | devel/linux-understand_c/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux-understand_c/pkg-plist b/devel/linux-understand_c/pkg-plist index ddddcddcb27a..3b28bca264b5 100644 --- a/devel/linux-understand_c/pkg-plist +++ b/devel/linux-understand_c/pkg-plist @@ -441,4 +441,4 @@ usr/lib/libudb_api.so @exec %%LINUXBASE%%/sbin/ldconfig @unexec %%LINUXBASE%%/sbin/ldconfig @exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at \`\`%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%% -@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%% +@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf ${PKG_PREFIX}/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%% |