mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
18 lines
501 B
Plaintext
18 lines
501 B
Plaintext
$NetBSD: patch-aa,v 1.3 2013/03/14 13:03:47 kim Exp $
|
|
|
|
--- Makefile.orig 2011-09-02 03:13:28.000000000 +0300
|
|
+++ Makefile 2013-03-14 14:50:54.000000000 +0200
|
|
@@ -23,10 +23,10 @@
|
|
install: install-bin install-man
|
|
|
|
install-bin: $(CMD)
|
|
- install -c $(CMD) ${PREFIX}/bin/$(CMD)
|
|
+ ${BSD_INSTALL_SCRIPT} $(CMD) ${DESTDIR}${PREFIX}/bin/$(CMD)
|
|
|
|
install-man:
|
|
- install -m 664 $(CMD).1 ${PREFIX}/man/man1
|
|
+ ${BSD_INSTALL_MAN} $(CMD).1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$(CMD).1
|
|
|
|
clean:
|
|
rm -f $(CMD)
|