svn commit: r512386 - head/security/theonionbox

Tobias Kortkamp tobik at FreeBSD.org
Fri Sep 20 04:22:28 UTC 2019


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:


More information about the svn-ports-all mailing list