diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-30 09:22:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-30 09:22:48 +0000 |
commit | be42e0eb0b7c342a1c3de0d27148f5bb0bd0c48b (patch) | |
tree | 9f84e94de7bf316f7bfff4fe3e57130ba4863db1 /editors/vilearn | |
parent | 2f6419705fe4672756f1ba46399fdf9bf592566b (diff) | |
download | pkgsrc-be42e0eb0b7c342a1c3de0d27148f5bb0bd0c48b.tar.gz |
Use PKGMANDIR. Add patch comment.
Diffstat (limited to 'editors/vilearn')
-rw-r--r-- | editors/vilearn/distinfo | 4 | ||||
-rw-r--r-- | editors/vilearn/patches/patch-aa | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/editors/vilearn/distinfo b/editors/vilearn/distinfo index bcf5c82014f..b7d182e5d98 100644 --- a/editors/vilearn/distinfo +++ b/editors/vilearn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:32:23 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/03/30 09:22:48 jperkin Exp $ SHA1 (vilearn-1.0.shar.Z) = 08aed424df46f30c93c604f3dc79d2affe1ec70e RMD160 (vilearn-1.0.shar.Z) = 081d6c4055d7de7e6739e217501ca1fa7054e2fc SHA512 (vilearn-1.0.shar.Z) = 55456ebcb37ab2edfad1643626cd803e77e39183d497ac7093f27095e0c859d470b2020c23909eff2c98701ba49884874c9c94258de098307d0fe746b463b9f2 Size (vilearn-1.0.shar.Z) = 25787 bytes -SHA1 (patch-aa) = 7ddff60dc58e7d866e5d81a91a792553a47912ef +SHA1 (patch-aa) = 69c0f1e87ed6dd886e213182f79c358352032169 diff --git a/editors/vilearn/patches/patch-aa b/editors/vilearn/patches/patch-aa index bcaee82feef..38c34d66d27 100644 --- a/editors/vilearn/patches/patch-aa +++ b/editors/vilearn/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2008/06/20 01:09:17 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2016/03/30 09:22:48 jperkin Exp $ + +Use pkgsrc layout. --- Makefile.orig Wed Sep 24 16:22:05 2003 +++ Makefile Wed Sep 24 16:26:08 2003 @@ -13,7 +15,7 @@ $NetBSD: patch-aa,v 1.3 2008/06/20 01:09:17 joerg Exp $ # should be somewhere that the default man command will search. -MANDIR= /usr/local/man -+MANDIR= ${PREFIX}/man ++MANDIR= ${PREFIX}/${PKGMANDIR} # SEC is the section of the manual that vilearn's man page will be # installed in. |