Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 14:40:23 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359365 - in head/sysutils/abck: . files
Message-ID:  <201406261440.s5QEeNIm026911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Jun 26 14:40:23 2014
New Revision: 359365
URL: http://svnweb.freebsd.org/changeset/ports/359365
QAT: https://qat.redports.org/buildarchive/r359365/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Added:
  head/sysutils/abck/files/
  head/sysutils/abck/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/abck/Makefile
  head/sysutils/abck/pkg-plist

Modified: head/sysutils/abck/Makefile
==============================================================================
--- head/sysutils/abck/Makefile	Thu Jun 26 14:38:10 2014	(r359364)
+++ head/sysutils/abck/Makefile	Thu Jun 26 14:40:23 2014	(r359365)
@@ -11,8 +11,4 @@ COMMENT=	Manage intrusion attempts recor
 
 USE_PYTHON=	yes
 
-MANCOMPRESSED=	yes
-MAN1=		abck.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/sysutils/abck/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/abck/files/patch-Makefile	Thu Jun 26 14:40:23 2014	(r359365)
@@ -0,0 +1,14 @@
+--- Makefile.orig	2014-06-26 22:31:16.566637227 +0800
++++ Makefile	2014-06-26 22:31:40.165642393 +0800
+@@ -4,7 +4,7 @@
+ all:	# Do nothing - this is a python script that needs no build
+ 
+ install:
+-	install -c -o root -g wheel -m 700 ./abck ${PREFIX}/bin
+-	mkdir ${PREFIX}/share/doc/abck
+-	install -c -o root -g wheel -m 644 ./abck.1.gz ${PREFIX}/man/man1
+-	install -c -o root -g wheel -m 644 ./abck-License.txt ${PREFIX}/share/doc/abck
++	install -c -o root -g wheel -m 700 ./abck $(DESTDIR)${PREFIX}/bin
++	mkdir $(DESTDIR)${PREFIX}/share/doc/abck
++	install -c -o root -g wheel -m 644 ./abck.1.gz $(DESTDIR)${PREFIX}/man/man1
++	install -c -o root -g wheel -m 644 ./abck-License.txt $(DESTDIR)${PREFIX}/share/doc/abck

Modified: head/sysutils/abck/pkg-plist
==============================================================================
--- head/sysutils/abck/pkg-plist	Thu Jun 26 14:38:10 2014	(r359364)
+++ head/sysutils/abck/pkg-plist	Thu Jun 26 14:40:23 2014	(r359365)
@@ -1,3 +1,4 @@
 bin/abck
-share/doc/abck/abck-License.txt
-@dirrm share/doc/abck
+man/man1/abck.1.gz
+%%DOCSDIR%%/abck-License.txt
+@dirrm %%DOCSDIR%%



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