diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-22 01:57:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-22 01:57:37 +0800 |
commit | eb92560dbb031f2a262f9c71df702089b667062d (patch) | |
tree | 77041f442ee2e675e9ca810c0a2b39932fb0232f /net/gtknetcat | |
parent | d7708ccf4431f7b2af6064060bd14cf61fd59f68 (diff) | |
download | freebsd-ports-gnome-eb92560dbb031f2a262f9c71df702089b667062d.tar.gz freebsd-ports-gnome-eb92560dbb031f2a262f9c71df702089b667062d.tar.zst freebsd-ports-gnome-eb92560dbb031f2a262f9c71df702089b667062d.zip |
- Fix shebangs
- Add NO_ARCH
Diffstat (limited to 'net/gtknetcat')
-rw-r--r-- | net/gtknetcat/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/gtknetcat/Makefile b/net/gtknetcat/Makefile index 981eca374ece..56d7bfe9465c 100644 --- a/net/gtknetcat/Makefile +++ b/net/gtknetcat/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtknetcat PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/lxde/GtkNetCat%20%28GUI%20for%20netcat%29/GtkNetCat%20${PORTVERSION}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -19,9 +19,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake localbase python +USES= gmake localbase python shebangfix +SHEBANG_FILES= src/gtknetcat.in src/gtknetcat.py USE_GNOME= intlhack pygtk2 GNU_CONFIGURE= yes +NO_ARCH= yes PORTDOCS= AUTHORS README |