pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/rexima 1) Use ${PKGMANDIR} when install manpages
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e239a93b543
branches: trunk
changeset: 599110:2e239a93b543
user: sbd <sbd%pkgsrc.org@localhost>
date: Sun Feb 05 22:53:51 2012 +0000
description:
1) Use ${PKGMANDIR} when install manpages
2) Use $(LDFLAGS) when linking.
diffstat:
audio/rexima/distinfo | 4 ++--
audio/rexima/patches/patch-aa | 13 ++++++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r 9a7a64ad97a3 -r 2e239a93b543 audio/rexima/distinfo
--- a/audio/rexima/distinfo Sun Feb 05 22:49:37 2012 +0000
+++ b/audio/rexima/distinfo Sun Feb 05 22:53:51 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/07/07 15:28:47 joerg Exp $
+$NetBSD: distinfo,v 1.4 2012/02/05 22:53:51 sbd Exp $
SHA1 (rexima-1.4.tar.gz) = 86dc739e1a14074c89b06ce5ac668d13ef824948
RMD160 (rexima-1.4.tar.gz) = 08251ac47f9ce6db01d2bb41d7b0c01c36c096d9
Size (rexima-1.4.tar.gz) = 15903 bytes
-SHA1 (patch-aa) = b3723573e106bc64203404051e76a303c14f9ef9
+SHA1 (patch-aa) = 0a97974b7aeb76ad9efe9ab5d36697bc623d0a83
diff -r 9a7a64ad97a3 -r 2e239a93b543 audio/rexima/patches/patch-aa
--- a/audio/rexima/patches/patch-aa Sun Feb 05 22:49:37 2012 +0000
+++ b/audio/rexima/patches/patch-aa Sun Feb 05 22:53:51 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2009/07/07 15:28:47 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2012/02/05 22:53:51 sbd Exp $
---- Makefile.orig 2003-06-30 14:45:27.000000000 +0200
+--- Makefile.orig 2003-06-30 12:45:27.000000000 +0000
+++ Makefile
-@@ -1,13 +1,13 @@
+@@ -1,15 +1,15 @@
# Makefile - makefile for rexima
-CC=gcc
@@ -17,14 +17,17 @@
-PREFIX=/usr/local
+#PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
- MANDIR=$(PREFIX)/man/man1
+-MANDIR=$(PREFIX)/man/man1
++MANDIR=$(PREFIX)/${PKGMANDIR}/man1
+ # You shouldn't need to edit below this line.
+ #--------------------------------------------------------
@@ -17,14 +17,14 @@ MANDIR=$(PREFIX)/man/man1
all: rexima
rexima: rexima.o
- $(CC) $(CFLAGS) -o rexima rexima.o -lncurses
-+ $(CC) $(CFLAGS) -o rexima rexima.o -lncurses ${LIBOSSAUDIO}
++ $(CC) $(CFLAGS) $(LDFLAGS) -o rexima rexima.o -lncurses ${LIBOSSAUDIO}
installdirs:
- /bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR)
Home |
Main Index |
Thread Index |
Old Index