diff options
author | jperkin <jperkin> | 2016-04-01 11:38:30 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-04-01 11:38:30 +0000 |
commit | af20a95e76e3ecaffcee5dfc2a918b48bd5bcc31 (patch) | |
tree | eb50814d21d1f1d79422e2ab1fbdd76c290a0e01 /textproc/bibclean | |
parent | 8b0bb4bd5e24b79ae973da6fce697cbd5091a6f7 (diff) | |
download | pkgsrc-af20a95e76e3ecaffcee5dfc2a918b48bd5bcc31.tar.gz |
Use PKGMANDIR. Add patch comment.
Diffstat (limited to 'textproc/bibclean')
-rw-r--r-- | textproc/bibclean/distinfo | 4 | ||||
-rw-r--r-- | textproc/bibclean/patches/patch-aa | 21 |
2 files changed, 18 insertions, 7 deletions
diff --git a/textproc/bibclean/distinfo b/textproc/bibclean/distinfo index 3362fbab52e..ba082b1a3dd 100644 --- a/textproc/bibclean/distinfo +++ b/textproc/bibclean/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:59:25 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/04/01 11:38:30 jperkin Exp $ SHA1 (bibclean-2.11.4.tar.gz) = 8a51c0e8182d303e336137d6bc601276b1b86c77 RMD160 (bibclean-2.11.4.tar.gz) = 9a68c05599911ee0c4c89f5a7c3c4c9d8b3b7fb2 SHA512 (bibclean-2.11.4.tar.gz) = 00bfa17b6aa0e11a0419ccebf67fc3f927032ded3055f889cf4738677bd01dae9003021d2d83397adaa451aad45c5409af18132fbd69ad4e0da4b757394563f4 Size (bibclean-2.11.4.tar.gz) = 2165967 bytes -SHA1 (patch-aa) = 218420e2b1939eee54ae5142e0424020b30f9bad +SHA1 (patch-aa) = 05275bdaa0f8f7d304905c55faed5f5b5a6ce56e diff --git a/textproc/bibclean/patches/patch-aa b/textproc/bibclean/patches/patch-aa index bbf32a20e4e..893212b81d9 100644 --- a/textproc/bibclean/patches/patch-aa +++ b/textproc/bibclean/patches/patch-aa @@ -1,8 +1,10 @@ -$NetBSD: patch-aa,v 1.2 2008/06/20 01:09:37 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/01 11:38:30 jperkin Exp $ ---- Makefile.in.orig Thu Jul 13 23:32:58 2000 +Support pkgsrc layout. + +--- Makefile.in.orig 2000-07-13 21:32:43.000000000 +0000 +++ Makefile.in -@@ -74,7 +74,12 @@ +@@ -73,7 +73,12 @@ #======================================================================= #### Start of system configuration section. #### @@ -16,7 +18,16 @@ $NetBSD: patch-aa,v 1.2 2008/06/20 01:09:37 joerg Exp $ exec_prefix = $(prefix) bindir = $(exec_prefix)/bin -@@ -267,6 +272,14 @@ +@@ -108,7 +113,7 @@ OPT = + VPATH = @srcdir@ + + # Where to install the manual pages. +-mandir = $(prefix)/man/man1 ++mandir = $(prefix)/${PKGMANDIR}/man1 + # Extension (not including `.') for the installed manual page filenames. + manext = 1 + +@@ -267,6 +272,14 @@ NROFF = nroff RM = /bin/rm -f @@ -31,7 +42,7 @@ $NetBSD: patch-aa,v 1.2 2008/06/20 01:09:37 joerg Exp $ SCRIBE-TESTS-1 = testscr1.org testscr2.org # Do NOT use SCRIBE-TESTS-1 in this list, because MIPS 6280 RISCos 5.0 -@@ -606,28 +619,13 @@ +@@ -606,28 +619,13 @@ install.time: install-exe install-man touch install.time install-exe: bibclean |