diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2004-08-05 20:39:41 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2004-08-05 20:39:41 +0000 |
commit | 7fb2fff93e4e1e673539886bd65dd6f031ab5686 (patch) | |
tree | ff8281607b3068660a145446a9a21d4daed98d69 /mail/dspam-devel/files/patch-Makefile.in | |
parent | Update devel/automake19 to 1.9 after repo-copy (diff) |
- dspam-devel port (dspam 3.1.0)
- 1st release of this port after repository copy
- Plus one port dependency fix from me, if "WITH_APACHE2=yes" is set.
To prevent overinstallation of apache2, although its already present.
Am using sbin/apachectl now as trigger instead of httpd.conf,
which has different pathnames in apache/apache2,
- PR will be closed by me
PR: 68358
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Reviewed by: Andreas Klemm <andreas@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=115478
Diffstat (limited to 'mail/dspam-devel/files/patch-Makefile.in')
-rw-r--r-- | mail/dspam-devel/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dspam-devel/files/patch-Makefile.in b/mail/dspam-devel/files/patch-Makefile.in new file mode 100644 index 000000000000..bffbd6d73240 --- /dev/null +++ b/mail/dspam-devel/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Jun 24 18:32:38 2004 ++++ Makefile.in Thu Jun 24 18:37:09 2004 +@@ -242,7 +242,7 @@ + man_MANS = dspam.1 dspam_stats.1 dspam_corpus.1 dspam_clean.1 dspam_dump.1 \ + dspam_merge.1 + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = dspam.pc + EXTRA_DIST = autogen.sh RELEASE.NOTES CHANGELOG LICENSE example.c \ + dspam-button.gif dspam.1 dspam_stats.1 dspam_corpus.1 dspam_clean.1 \ |