1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
Approved by:	portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-06-26 14:40:23 +00:00
parent f47ad7b877
commit 80f872b34e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359365
3 changed files with 17 additions and 6 deletions

View File

@ -11,8 +11,4 @@ COMMENT= Manage intrusion attempts recorded in the system log
USE_PYTHON= yes
MANCOMPRESSED= yes
MAN1= abck.1
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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%%