Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
$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)