diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-06-30 04:46:24 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-06-30 04:46:24 +0800 |
commit | 43bf1a02cb75778386c02e97ee493cc43f1c3998 (patch) | |
tree | 65dcbf54f4bc30848604c50f1cc26a04cfddb899 /mail/mailfmt | |
parent | 590f5ff353e73abe1c9db3341f009add1756d02a (diff) | |
download | freebsd-ports-gnome-43bf1a02cb75778386c02e97ee493cc43f1c3998.tar.gz freebsd-ports-gnome-43bf1a02cb75778386c02e97ee493cc43f1c3998.tar.zst freebsd-ports-gnome-43bf1a02cb75778386c02e97ee493cc43f1c3998.zip |
- fix plist with -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
Diffstat (limited to 'mail/mailfmt')
-rw-r--r-- | mail/mailfmt/Makefile | 1 | ||||
-rw-r--r-- | mail/mailfmt/files/patch-Makefile | 11 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/mailfmt/Makefile b/mail/mailfmt/Makefile index 3f53dd9d651b..c9678df1fda0 100644 --- a/mail/mailfmt/Makefile +++ b/mail/mailfmt/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailfmt PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.tundraware.com/Software/mailfmt/ diff --git a/mail/mailfmt/files/patch-Makefile b/mail/mailfmt/files/patch-Makefile index 609339c9e323..f722228d003d 100644 --- a/mail/mailfmt/files/patch-Makefile +++ b/mail/mailfmt/files/patch-Makefile @@ -1,8 +1,11 @@ ---- Makefile.orig Sun Mar 2 15:01:11 2003 -+++ Makefile Sun Mar 2 15:01:18 2003 -@@ -7,4 +7,4 @@ +--- ./Makefile.orig 2002-10-09 22:43:16.000000000 +0300 ++++ ./Makefile 2008-06-29 23:42:15.000000000 +0300 +@@ -5,6 +5,6 @@ + + install: install -c -o root -g wheel -m 755 ./mailfmt ${PREFIX}/bin - mkdir ${PREFIX}/share/doc/mailfmt +- mkdir ${PREFIX}/share/doc/mailfmt ++# mkdir ${PREFIX}/share/doc/mailfmt install -c -o root -g wheel -m 644 ./mailfmt.1.gz ${PREFIX}/man/man1 - install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt +# install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt |