svn commit: r359365 - in head/sysutils/abck: . files

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 26 14:40:24 UTC 2014


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
- at dirrm share/doc/abck
+man/man1/abck.1.gz
+%%DOCSDIR%%/abck-License.txt
+ at dirrm %%DOCSDIR%%


More information about the svn-ports-head mailing list