Index: head/security/parano/Makefile =================================================================== --- head/security/parano/Makefile (revision 448921) +++ head/security/parano/Makefile (revision 448922) @@ -1,24 +1,23 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= parano PORTVERSION= 0.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= BERLIOS MAINTAINER= ports@FreeBSD.org COMMENT= Gnome program to deal with hashfiles LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= pygnome2 intltool -USES= desktop-file-utils gettext gmake python shared-mime-info +USES= desktop-file-utils gettext gmake localbase python shared-mime-info shebangfix +SHEBANG_FILES= src/parano.py GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mime-database - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +NO_ARCH= yes .include