diff options
Diffstat (limited to 'sysutils/abck/files/patch-Makefile')
-rw-r--r-- | sysutils/abck/files/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/abck/files/patch-Makefile b/sysutils/abck/files/patch-Makefile deleted file mode 100644 index 08deda506c92..000000000000 --- a/sysutils/abck/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig 2002-09-04 21:55:45 UTC -+++ Makefile -@@ -4,7 +4,5 @@ - 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 -+ ${BSD_INSTALL_SCRIPT} ./abck ${DESTDIR}${PREFIX}/bin -+ ${BSD_INSTALL_MAN} ./abck.1.gz ${DESTDIR}${PREFIX}/man/man1 |