blob: 3962dad6d789df82914b2c59516caed74c216dfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-Makefile.in,v 1.1 2015/09/09 22:01:01 gdt Exp $
It's not clear that this is necessary, but it carries on the tradition
of the old patch-aa.
--- Makefile.in.orig 2014-08-01 03:36:50.000000000 +0000
+++ Makefile.in
@@ -38,9 +38,9 @@ distclean:
install: all
$(INSTALL) -d $(DESTDIR)$(bindir)
- $(INSTALL) -cp -pm755 $(PROG) $(DESTDIR)$(bindir)
+ $(BSD_INSTALL_PROGRAM) -cp -pm755 $(PROG) $(DESTDIR)$(bindir)
$(INSTALL) -d $(DESTDIR)$(mandir)/man1
- $(INSTALL) -cp -pm644 $(MAN) $(DESTDIR)$(mandir)/man1
+ $(BSD_INSTALL_MAN) -cp -pm644 $(MAN) $(DESTDIR)$(mandir)/man1
archive:
git archive master -o ~/pgpdump-$(VERSION).tar --prefix=pgpdump-$(VERSION)/
|