Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/bioapi/Makefile,v retrieving revision 1.4 diff -u -d -r1.4 Makefile --- Makefile 23 Feb 2006 10:38:52 -0000 1.4 +++ Makefile 28 Mar 2006 07:15:36 -0000 @@ -7,7 +7,7 @@ PORTNAME= bioapi PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.qrivy.net/~michael/blua/bioapi/ \ http://shapeshifter.se/pub/bioapi/ Index: files/patch-apps-mod_install-install.c =================================================================== RCS file: /home/ncvs/ports/security/bioapi/files/patch-apps-mod_install-install.c,v retrieving revision 1.1 diff -u -d -r1.1 patch-apps-mod_install-install.c --- files/patch-apps-mod_install-install.c 15 Jan 2006 09:29:14 -0000 1.1 +++ files/patch-apps-mod_install-install.c 28 Mar 2006 07:15:36 -0000 @@ -1,5 +1,5 @@ --- apps/mod_install/install.c Wed Jun 8 02:51:04 2005 -+++ apps/mod_install/install.c Fri Nov 25 18:08:54 2005 ++++ apps/mod_install/install.c Tue Mar 28 08:59:05 2006 @@ -370,8 +370,13 @@ #if defined (LINUX) || defined (SOLARIS) if ( ( Action == INSTALL_ACTION_INSTALL ) || ( Action == INSTALL_ACTION_REFRESH ) ) @@ -16,3 +16,14 @@ } if ( Action == INSTALL_ACTION_UNINSTALL ) { +@@ -496,10 +501,6 @@ + } + else if ( Action == INSTALL_ACTION_UNINSTALL ) + { +-/* Linux-Port: Added the Linux branch */ +-#if defined (LINUX) || defined (SOLARIS) +- DeleteFile(szDstPath); +-#endif + printf( "Module uninstalled successfully.\n" ); + } + else if ( Action == INSTALL_ACTION_REFRESH )