diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-19 21:36:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-19 21:36:39 +0000 |
commit | f1d233c15e649c5ef1ef645e839e02ecf8c0cbad (patch) | |
tree | 71080d634966b78a7ab1f17040900901de6b4399 /devel | |
parent | Update to version 1.4 Build 113 (diff) |
Correct typo: %D points to ${LINUXBASE} and I wanted ${PREFIX}
which is ${PKG_PREFIX}
Notes
Notes:
svn path=/head/; revision=42765
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-understand_c/pkg-plist | 2 | ||||
-rw-r--r-- | devel/understand_c/pkg-plist | 2 |
2 files changed, 2 insertions, 2 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%% diff --git a/devel/understand_c/pkg-plist b/devel/understand_c/pkg-plist index ddddcddcb27a..3b28bca264b5 100644 --- a/devel/understand_c/pkg-plist +++ b/devel/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%% |