diff options
author | sf <sf@FreeBSD.org> | 2000-12-31 03:37:19 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2000-12-31 03:37:19 +0800 |
commit | b8cdf5cdb7aa00de2b3c737b7fb166065dba1049 (patch) | |
tree | f67b5b3e0a3b0b6eabbc9c853f371bce55f3a3aa /mail/ml/files | |
parent | bd43408ae4a417cb56b4117ec7e4eab0e11a3671 (diff) | |
download | freebsd-ports-gnome-b8cdf5cdb7aa00de2b3c737b7fb166065dba1049.tar.gz freebsd-ports-gnome-b8cdf5cdb7aa00de2b3c737b7fb166065dba1049.tar.zst freebsd-ports-gnome-b8cdf5cdb7aa00de2b3c737b7fb166065dba1049.zip |
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
change maintainer to ports@ due to e-mail bounces for a month.
... while talking to maildrop.xs4all.nl.:
>>> RCPT To:<albast@xs4all.nl>
<<< 550 <albast@xs4all.nl>... User unknown
PR: 23443
Diffstat (limited to 'mail/ml/files')
-rw-r--r-- | mail/ml/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ml/files/patch-ag b/mail/ml/files/patch-ag new file mode 100644 index 000000000000..c295f1b80a8e --- /dev/null +++ b/mail/ml/files/patch-ag @@ -0,0 +1,11 @@ +--- Imakefile.orig Wed Nov 1 07:26:10 2000 ++++ Imakefile Wed Nov 1 07:27:21 2000 +@@ -118,7 +118,7 @@ + + SYS_LIBRARIES = $(OTHERLIBS) $(XMLIB) $(XMULIB) $(XTOOLLIB) $(XEXTLIB) $(XLIB) + +-ComplexProgramTarget(ml) ++ComplexProgramTargetNoMan(ml) + + InstallAppDefaultsLong(../lib/ML,ML) + |