diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-17 14:51:56 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-17 14:51:56 +0000 |
commit | 45530a703a36aa488b65eab435cc99abbe9308b9 (patch) | |
tree | 33d4b899e4a50321d82d31ec7ae635a9bc47feb8 /devel/linux-understand_c | |
parent | 473a557c6150ad9bcdfbda41d964a42da3a62352 (diff) | |
download | FreeBSD-ports-45530a703a36aa488b65eab435cc99abbe9308b9.zip FreeBSD-ports-45530a703a36aa488b65eab435cc99abbe9308b9.tar.gz |
o update to 1.4 Build 130
o (PLIST) conditionalize one deinstall message
Diffstat (limited to 'devel/linux-understand_c')
-rw-r--r-- | devel/linux-understand_c/Makefile | 2 | ||||
-rw-r--r-- | devel/linux-understand_c/distinfo | 2 | ||||
-rw-r--r-- | devel/linux-understand_c/pkg-plist | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index 58d8e53..0ccbda8 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -6,7 +6,7 @@ # PORTNAME= understand_c -PORTVERSION= 1.4.129 +PORTVERSION= 1.4.130 PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ diff --git a/devel/linux-understand_c/distinfo b/devel/linux-understand_c/distinfo index 073bde3..e5b8678 100644 --- a/devel/linux-understand_c/distinfo +++ b/devel/linux-understand_c/distinfo @@ -1 +1 @@ -MD5 (und_c-14b129-linux.tar.gz) = e9c0e540ae99a69f60182c97dce328d8 +MD5 (und_c-14b130-linux.tar.gz) = 7b1f25b96f2d5eea881543c0e942aa64 diff --git a/devel/linux-understand_c/pkg-plist b/devel/linux-understand_c/pkg-plist index 3b28bca..8e9ba51 100644 --- a/devel/linux-understand_c/pkg-plist +++ b/devel/linux-understand_c/pkg-plist @@ -411,7 +411,7 @@ share/understand_c/compilers/sunos.cfg share/understand_c/configs/c.cfg share/understand_c/fonts/cetus.ttf @exec %%MKDIR%% %D/share/understand_c/license -@unexec %%RMDIR%% %D/share/understand_c/license 2>/dev/null || %%TRUE%% +@unexec %%RMDIR%% %D/share/understand_c/license 2>/dev/null || %%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%% @dirrm share/understand_c/fonts @dirrm share/understand_c/configs @dirrm share/understand_c/compilers @@ -441,4 +441,3 @@ 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 ${PKG_PREFIX}/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%% |