svn commit: r389920 - head/mail/popfile

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:57:27 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:57:26 2015
New Revision: 389920
URL: https://svnweb.freebsd.org/changeset/ports/389920

Log:
  - Fix shebangs
  - Add NO_ARCH

Modified:
  head/mail/popfile/Makefile

Modified: head/mail/popfile/Makefile
==============================================================================
--- head/mail/popfile/Makefile	Wed Jun 17 12:57:14 2015	(r389919)
+++ head/mail/popfile/Makefile	Wed Jun 17 12:57:26 2015	(r389920)
@@ -3,6 +3,7 @@
 
 PORTNAME=	popfile
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://getpopfile.org/downloads/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. archive
@@ -20,10 +21,12 @@ RUN_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 USES=		perl5 shebangfix zip
 USE_PERL5=	run
-SHEBANG_FILES=	popfile.pl
+SHEBANG_FILES=	bayes.pl insert.pl \
+		pipe.pl popfile.pl
 
 PLIST_SUB=	VERSION="${PORTVERSION}"
 SUB_FILES=	popfile.sh


More information about the svn-ports-all mailing list