Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-aa,v 1.4 2009/07/07 20:27:10 joerg Exp $
$NetBSD: patch-aa,v 1.5 2016/03/30 09:46:37 jperkin Exp $
Use pkgsrc flags/layout.
--- Makefile.orig 2005-01-24 22:41:08.000000000 -0500
+++ Makefile
@@ -29,7 +31,7 @@ $NetBSD: patch-aa,v 1.4 2009/07/07 20:27:10 joerg Exp $
+
+install: dclock
+ ${BSD_INSTALL_PROGRAM} dclock ${DESTDIR}$(PREFIX)/bin
+ ${BSD_INSTALL_MAN} dclock.man ${DESTDIR}$(PREFIX)/man/man1/dclock.1
+ ${BSD_INSTALL_MAN} dclock.man ${DESTDIR}$(PREFIX)/${PKGMANDIR}/man1/dclock.1
clean: ; rm -f ${OBJS} core dclock

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-ab,v 1.3 2007/04/19 18:27:59 drochner Exp $
$NetBSD: patch-ab,v 1.4 2016/03/30 09:46:37 jperkin Exp $
Various fixes.
--- Dclock.c.orig 2007-04-19 18:51:51.000000000 +0200
+++ Dclock.c