diff options
author | mezz <mezz@FreeBSD.org> | 2007-05-02 02:36:29 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-05-02 02:36:29 +0800 |
commit | 2c709824a8eb5253d97e648a963714c449caae3c (patch) | |
tree | c3177ced174b796511cf99e395f45e87b60c050b /audio/libvorbis | |
parent | abca5b8229d1997c662c6e77e8f157670eeef92c (diff) | |
download | freebsd-ports-gnome-2c709824a8eb5253d97e648a963714c449caae3c.tar.gz freebsd-ports-gnome-2c709824a8eb5253d97e648a963714c449caae3c.tar.zst freebsd-ports-gnome-2c709824a8eb5253d97e648a963714c449caae3c.zip |
Back out to fix the patch, my mistake for test in wrong branch (tested in MC)
and I always thought that gnomehack is post-patch, which isn't and is in
pre-patch.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/files/patch-Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libvorbis/files/patch-Makefile.in b/audio/libvorbis/files/patch-Makefile.in index 054d0867c085..0dc426505cee 100644 --- a/audio/libvorbis/files/patch-Makefile.in +++ b/audio/libvorbis/files/patch-Makefile.in @@ -9,6 +9,6 @@ $FreeBSD$ AUTOMAKE_OPTIONS = foreign dist-zip -SUBDIRS = lib include doc examples vq +SUBDIRS = lib include $(DOC) examples vq - m4datadir = $(datadir)/aclocal + m4datadir = $(prefix)/share/aclocal m4data_DATA = vorbis.m4 - pkgconfigdir = $(libdir)/pkgconfig + pkgconfigdir = $(prefix)/libdata/pkgconfig |