summaryrefslogtreecommitdiff
path: root/audio/rexima
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-05 22:53:51 +0000
committersbd <sbd>2012-02-05 22:53:51 +0000
commit8f51f51160cd7a7fdb24d47b826356f98dac5f53 (patch)
treefd6b28651ec6ce6b6c30f1d1728e9f1e0a480a40 /audio/rexima
parent383117c6caff9f0f6fbf166d734f0fc22f0f8fc6 (diff)
downloadpkgsrc-8f51f51160cd7a7fdb24d47b826356f98dac5f53.tar.gz
1) Use ${PKGMANDIR} when install manpages
2) Use $(LDFLAGS) when linking.
Diffstat (limited to 'audio/rexima')
-rw-r--r--audio/rexima/distinfo4
-rw-r--r--audio/rexima/patches/patch-aa13
2 files changed, 10 insertions, 7 deletions
diff --git a/audio/rexima/distinfo b/audio/rexima/distinfo
index e073fcddaa5..bdb5a08f8e4 100644
--- a/audio/rexima/distinfo
+++ b/audio/rexima/distinfo
@@ -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 --git a/audio/rexima/patches/patch-aa b/audio/rexima/patches/patch-aa
index 7272138cfb0..9461911003b 100644
--- a/audio/rexima/patches/patch-aa
+++ b/audio/rexima/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.2 2009/07/07 15:28:47 joerg Exp $
-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)