diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-29 22:43:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-08-29 22:43:03 +0800 |
commit | 6e2ab335a02d1777731c00ab9d856b621e50b193 (patch) | |
tree | fdb5b1641d49bc421c7f59bb6038135c18491909 | |
parent | e576da315e8c8488f705a690375cbb6b3d91c581 (diff) | |
download | freebsd-ports-gnome-6e2ab335a02d1777731c00ab9d856b621e50b193.tar.gz freebsd-ports-gnome-6e2ab335a02d1777731c00ab9d856b621e50b193.tar.zst freebsd-ports-gnome-6e2ab335a02d1777731c00ab9d856b621e50b193.zip |
- Switch to USES=localbase
- Fix shebangs
- Add NO_ARCH
-rw-r--r-- | security/parano/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile index fea35ea7369f..55a285aa945d 100644 --- a/security/parano/Makefile +++ b/security/parano/Makefile @@ -3,7 +3,7 @@ PORTNAME= parano PORTVERSION= 0.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= BERLIOS @@ -14,11 +14,10 @@ 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 <bsd.port.mk> |