diff options
Diffstat (limited to 'sysutils/abck/files/patch-Makefile')
-rw-r--r-- | sysutils/abck/files/patch-Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/abck/files/patch-Makefile b/sysutils/abck/files/patch-Makefile index 06d2c9485b65..08deda506c92 100644 --- a/sysutils/abck/files/patch-Makefile +++ b/sysutils/abck/files/patch-Makefile @@ -1,6 +1,6 @@ --- Makefile.orig 2002-09-04 21:55:45 UTC +++ Makefile -@@ -4,7 +4,7 @@ +@@ -4,7 +4,5 @@ all: # Do nothing - this is a python script that needs no build install: @@ -9,6 +9,4 @@ - 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 -+ mkdir ${DESTDIR}${PREFIX}/share/doc/abck + ${BSD_INSTALL_MAN} ./abck.1.gz ${DESTDIR}${PREFIX}/man/man1 -+ ${BSD_INSTALL_DATA} ./abck-License.txt ${DESTDIR}${PREFIX}/share/doc/abck |