diff options
author | jlam <jlam> | 2002-02-17 21:55:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-17 21:55:43 +0000 |
commit | bb9b8d70daace2e8d1cf93a60e95da620242b214 (patch) | |
tree | cc31da458f547d092b1a2c54be6fd274701857b4 /audio/esound/patches | |
parent | 17ccdc9a15f166826eab0aa63b31ecb35d2b9ab7 (diff) | |
download | pkgsrc-bb9b8d70daace2e8d1cf93a60e95da620242b214.tar.gz |
Honor PKG_SYSCONFDIR.
Diffstat (limited to 'audio/esound/patches')
-rw-r--r-- | audio/esound/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa new file mode 100644 index 00000000000..b8da1b2a69c --- /dev/null +++ b/audio/esound/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2002/02/17 21:55:45 jlam Exp $ + +--- Makefile.in.orig Sun Feb 17 16:45:44 2002 ++++ Makefile.in +@@ -178,7 +178,7 @@ + m4datadir = $(datadir)/aclocal + m4data_DATA = esd.m4 + +-esdconfdir = $(sysconfdir) ++esdconfdir = $(datadir)/examples/@PACKAGE@ + esdconf_DATA = esd.conf + + CLEANFILES = esound.spec esound.pc |