diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:19:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:19:48 +0800 |
commit | cedfed76c068b27dfac664784e38303b83e8a0ec (patch) | |
tree | 582a2c40b1e2456cec1ca83fc506dba6cd281127 /graphics/poppler/files/patch-Makefile.in | |
parent | 162be75eca60c59ece12dc3b5205f93c75a95e3e (diff) | |
download | marcuscom-ports-cedfed76c068b27dfac664784e38303b83e8a0ec.tar marcuscom-ports-cedfed76c068b27dfac664784e38303b83e8a0ec.tar.gz marcuscom-ports-cedfed76c068b27dfac664784e38303b83e8a0ec.tar.bz2 marcuscom-ports-cedfed76c068b27dfac664784e38303b83e8a0ec.tar.lz marcuscom-ports-cedfed76c068b27dfac664784e38303b83e8a0ec.tar.xz marcuscom-ports-cedfed76c068b27dfac664784e38303b83e8a0ec.tar.zst marcuscom-ports-cedfed76c068b27dfac664784e38303b83e8a0ec.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6626 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler/files/patch-Makefile.in')
-rw-r--r-- | graphics/poppler/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/poppler/files/patch-Makefile.in b/graphics/poppler/files/patch-Makefile.in new file mode 100644 index 000000000..a93d4d7c8 --- /dev/null +++ b/graphics/poppler/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Tue May 23 07:59:21 2006 ++++ Makefile.in Tue May 23 08:00:41 2006 +@@ -76,7 +76,7 @@ + DATA = $(pkgconfig_DATA) + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = goo fofi splash poppler utils glib qt test qt4 ++DIST_SUBDIRS = goo fofi splash poppler utils glib qt qt4 + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) +@@ -254,7 +254,7 @@ + @BUILD_POPPLER_QT4_TRUE@qt4_subdir = qt4 + @BUILD_POPPLER_QT4_TRUE@qt4_pc_file = poppler-qt4.pc + @BUILD_UTILS_TRUE@utils_subdir = utils +-SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) test $(qt4_subdir) ++SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt_subdir) $(qt4_subdir) + EXTRA_DIST = \ + README-XPDF \ + poppler.pc.in \ |