diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg_cleanup/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg_cleanup/files/pkg_cleanup.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index cce5c66b55bb..09294c7027d7 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkg_cleanup -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= ports-mgmt DISTFILES= diff --git a/ports-mgmt/pkg_cleanup/files/pkg_cleanup.c b/ports-mgmt/pkg_cleanup/files/pkg_cleanup.c index 9e282719c42f..0531ab5a2008 100644 --- a/ports-mgmt/pkg_cleanup/files/pkg_cleanup.c +++ b/ports-mgmt/pkg_cleanup/files/pkg_cleanup.c @@ -28,7 +28,7 @@ static char **pathv; static bool uses_pkg; static int menulen=0; static int helpfile=-1; -static char *helpfname="/tmp/pkgcleanup.XXXX"; +static char helpfname[]="/tmp/pkgcleanup.XXXX"; #ifdef OLD_DIALOG typedef dialogMenuItem ListItem; |