Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 04:22:28 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512386 - head/security/theonionbox
Message-ID:  <201909200422.x8K4MSjM004565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Sep 20 04:22:28 2019
New Revision: 512386
URL: https://svnweb.freebsd.org/changeset/ports/512386

Log:
  security/theonionbox: Spell post-install correctly
  
  Install rc script with executable permissions again after r501220.

Modified:
  head/security/theonionbox/Makefile

Modified: head/security/theonionbox/Makefile
==============================================================================
--- head/security/theonionbox/Makefile	Fri Sep 20 04:21:37 2019	(r512385)
+++ head/security/theonionbox/Makefile	Fri Sep 20 04:22:28 2019	(r512386)
@@ -2,6 +2,7 @@
 
 PORTNAME=	theonionbox
 DISTVERSION=	4.3.1
+PORTREVISION=	1
 CATEGORIES=	security net python
 MASTER_SITES=	CHEESESHOP
 
@@ -42,7 +43,7 @@ post-patch:
 post-patch-DOCS-off:
 	@${REINPLACE_CMD} "s|('share/doc/${PORTNAME}', \['docs/\*\.\*'\]),||" ${WRKSRC}/setup.py
 
-xpost-install:
+post-install:
 	@${CHMOD} +x ${STAGEDIR}${PREFIX}/etc/rc.d/${PORTNAME}
 
 correct-plist:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909200422.x8K4MSjM004565>