mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Stagify.
Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
f47ad7b877
commit
80f872b34e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359365
@ -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>
|
||||
|
14
sysutils/abck/files/patch-Makefile
Normal file
14
sysutils/abck/files/patch-Makefile
Normal 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
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user