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,8 +1,8 @@
# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:14 wiz Exp $
# $NetBSD: Makefile,v 1.9 2016/07/09 06:39:01 wiz Exp $
#
DISTNAME= magicrescue-1.1.4
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://jbj.rapanden.dk/magicrescue/release/

View File

@@ -1,6 +1,8 @@
$NetBSD: distinfo,v 1.1.1.1 2006/07/09 15:12:15 wiz Exp $
$NetBSD: distinfo,v 1.3 2016/04/01 12:31:20 jperkin Exp $
SHA1 (magicrescue-1.1.4.tar.gz) = b4be78fb6eba668c79aac6bf6a01123911049008
RMD160 (magicrescue-1.1.4.tar.gz) = ef8185ad19d4fb1bc277403b82eea3aa21f0e758
SHA512 (magicrescue-1.1.4.tar.gz) = 357e448bb007f181e28070e3f7f1716992e91c0ce030046567719ab9ca4b9f1482029283c9d948f7738c875fcfe6c5c7649ff9c8582529869a572d85847014be
Size (magicrescue-1.1.4.tar.gz) = 89965 bytes
SHA1 (patch-Makefile.in) = 401d119063b14383213ca2050112b331b6e3cfd7
SHA1 (patch-aa) = 0c736f7ed1191919a4aaf816fc4a7431c717e78e

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-Makefile.in,v 1.1 2016/04/01 12:31:20 jperkin Exp $
Use PKGMANDIR.
--- Makefile.in.orig 2004-08-14 22:36:37.000000000 +0000
+++ Makefile.in
@@ -61,12 +61,12 @@ install: all
mkdir -p $(PREFIX)/share/magicrescue/tools \
$(PREFIX)/share/magicrescue/recipes \
- $(PREFIX)/man/man1 \
+ $(PREFIX)/${PKGMANDIR}/man1 \
$(PREFIX)/bin
cp magicrescue$(EXE) dupemap$(EXE) magicsort $(PREFIX)/bin/
cp recipes/* $(PREFIX)/share/magicrescue/recipes/
- cp $(DOCS) $(PREFIX)/man/man1
+ cp $(DOCS) $(PREFIX)/${PKGMANDIR}/man1
for f in tools/*; do \
if [ -x "$$f" ]; then \