diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-17 14:51:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-17 14:51:56 +0000 |
commit | afc2173ea6fb5680ba603e891d8c490caa0ca453 (patch) | |
tree | 048075429d92e78d032ec0d763c5acfd3b606540 /devel/understand_ada | |
parent | fbc4e9b83cff447f2d24140c25096f7cde6310c7 (diff) |
Notes
Diffstat (limited to 'devel/understand_ada')
-rw-r--r-- | devel/understand_ada/Makefile | 2 | ||||
-rw-r--r-- | devel/understand_ada/distinfo | 2 | ||||
-rw-r--r-- | devel/understand_ada/pkg-plist | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/devel/understand_ada/Makefile b/devel/understand_ada/Makefile index 4e83694658a2..b018cd72421e 100644 --- a/devel/understand_ada/Makefile +++ b/devel/understand_ada/Makefile @@ -6,7 +6,7 @@ # PORTNAME= understand_ada -PORTVERSION= 1.4.129 +PORTVERSION= 1.4.130 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/${PORTNAME}/%SUBDIR%/ MASTER_SITE_SUBDIR= latest pastbuilds diff --git a/devel/understand_ada/distinfo b/devel/understand_ada/distinfo index f53c9ddd14bc..2ecc597bd7a4 100644 --- a/devel/understand_ada/distinfo +++ b/devel/understand_ada/distinfo @@ -1 +1 @@ -MD5 (und_ada-14b129-linux.tar.gz) = 234cbea68f4e5246aa2c7f048e3bba8f +MD5 (und_ada-14b130-linux.tar.gz) = df5101a29545dfc1adbf5b3bf6af186e diff --git a/devel/understand_ada/pkg-plist b/devel/understand_ada/pkg-plist index d08d9cc3ba97..a53864017e2e 100644 --- a/devel/understand_ada/pkg-plist +++ b/devel/understand_ada/pkg-plist @@ -586,7 +586,7 @@ share/understand_ada/license/README %%PORTDOCS%%@dirrm share/doc/understand_ada/html %%PORTDOCS%%@dirrm share/doc/understand_ada @exec %%MKDIR%% %D/share/understand_ada/license -@unexec %%RMDIR%% %D/share/understand_ada/license 2>/dev/null || %%TRUE%% +@unexec %%RMDIR%% %D/share/understand_ada/license 2>/dev/null || %%ECHO%% "If you are permanently removing Understand_ada, you should also \`\`rm -Rf ${PKG_PREFIX}/share/understand_ada/license''. This dir holds your license files if you installed any." | %%FMT%% @dirrm share/understand_ada/fonts @dirrm share/understand_ada/configs @dirrm share/understand_ada/ada/ada95 @@ -612,4 +612,3 @@ usr/lib/understand_ada/libudb_api.so @exec %%LINUXBASE%%/sbin/ldconfig @unexec %%LINUXBASE%%/sbin/ldconfig @exec %%ECHO%% "If you are installing Understand_ada for the first time, you should place your license file at \`\`%D/share/understand_ada/license''. Do backup your license file to prevent accidents." | %%FMT%% -@unexec %%ECHO%% "If you are permanently removing Understand_ada, you should also \`\`rm -Rf ${PKG_PREFIX}/share/understand_ada/license''. This dir holds your license files if you installed any." | %%FMT%% |