Clean up beforeinstall
This commit is contained in:
parent
8cbbf1b79e
commit
a78d3e072d
@ -83,16 +83,13 @@ test: md2.ref md4.ref md5.ref
|
||||
beforedepend: md2hl.c md4hl.c md5hl.c
|
||||
|
||||
beforeinstall:
|
||||
-cd ${.CURDIR}; cmp -s md2.h ${DESTDIR}/usr/include/md2.h > \
|
||||
/dev/null 2>&1 || \
|
||||
-cd ${.CURDIR}; cmp -s md2.h ${DESTDIR}/usr/include/md2.h || \
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 md2.h \
|
||||
${DESTDIR}/usr/include
|
||||
-cd ${.CURDIR}; cmp -s md4.h ${DESTDIR}/usr/include/md4.h > \
|
||||
/dev/null 2>&1 || \
|
||||
-cd ${.CURDIR}; cmp -s md4.h ${DESTDIR}/usr/include/md4.h || \
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 md4.h \
|
||||
${DESTDIR}/usr/include
|
||||
-cd ${.CURDIR}; cmp -s md5.h ${DESTDIR}/usr/include/md5.h > \
|
||||
/dev/null 2>&1 || \
|
||||
-cd ${.CURDIR}; cmp -s md5.h ${DESTDIR}/usr/include/md5.h || \
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 md5.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user