From f22a2d1f1b7b65c3703713882c1489d9bed24e56 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 1 Apr 2016 21:40:06 +0000 Subject: Support PKGMANDIR. --- editors/ssam/distinfo | 4 ++-- editors/ssam/patches/patch-aa | 19 ++++++++++++++----- 2 files changed, 16 insertions(+), 7 deletions(-) (limited to 'editors') diff --git a/editors/ssam/distinfo b/editors/ssam/distinfo index 13d50c40ccd..3a70327be71 100644 --- a/editors/ssam/distinfo +++ b/editors/ssam/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:32:21 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/04/01 21:40:06 jperkin Exp $ SHA1 (ssam-1.9.tar.gz) = 6fee1e64d3cbf6bef72fe60798cc8ad7eab9260e RMD160 (ssam-1.9.tar.gz) = 378f838fad503693caec5ec3e699d08fc3b7e9eb SHA512 (ssam-1.9.tar.gz) = bd30ef0f5aa9117a53b9cb8eb399a596b48a1833554b09a7dc93ff47065947abade1a3c2f08d662f5c9cbb7743e7a8fa9e7792889f4e59137935188747b34ec3 Size (ssam-1.9.tar.gz) = 41186 bytes -SHA1 (patch-aa) = 117faef49e067bde9dcae8abb769946c86ff9c4f +SHA1 (patch-aa) = 4ef6dc83bd24df6ba0d38b774cff4894c0e515c1 SHA1 (patch-ab) = 7ea16aa146e9a68d1b921a56fb80dc968df140f3 SHA1 (patch-ac) = 14536f279e719d9a43e4c9ca1f9367d8909e39bf diff --git a/editors/ssam/patches/patch-aa b/editors/ssam/patches/patch-aa index d489486a61f..552be76e85a 100644 --- a/editors/ssam/patches/patch-aa +++ b/editors/ssam/patches/patch-aa @@ -1,13 +1,22 @@ -$NetBSD: patch-aa,v 1.3 2008/05/09 10:47:29 agc Exp $ +$NetBSD: patch-aa,v 1.4 2016/04/01 21:40:06 jperkin Exp $ Use LDFLAGS when linking, just in case we're ELF. Add DESTDIR support Make sure "install" is a phony target, so that the file INSTALL isn't recognised as install on case-insensitive file systems ---- Makefile.in.orig 1997-10-21 09:28:16.000000000 +0100 -+++ Makefile.in 2008-05-08 10:59:18.000000000 +0100 -@@ -22,7 +22,7 @@ +--- Makefile.in.orig 1997-10-21 08:28:16.000000000 +0000 ++++ Makefile.in +@@ -8,7 +8,7 @@ exec_prefix=@exec_prefix@ + BINDIR=$(exec_prefix)/bin + LIBDIR=$(exec_prefix)/lib + INCDIR=$(prefix)/include +-MANDIR=$(prefix)/man ++MANDIR=$(prefix)/${PKGMANDIR} + + CC= @CC@ + OPTIM= -g -O +@@ -22,7 +22,7 @@ INSTALL_DATA= @INSTALL_DATA@ RANLIB= @RANLIB@ $(EXE) : $(OBJS) @@ -16,7 +25,7 @@ Make sure "install" is a phony target, so that the file INSTALL isn't tst: $(EXE) test -d tests || ln -s $(srcdir)/tests . -@@ -170,10 +170,12 @@ +@@ -170,10 +170,12 @@ distclean: make clean rm -f config.cache config.log config.status Makefile config.h -- cgit v1.2.3