diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-14 00:49:19 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-14 00:49:19 +0800 |
commit | 355ed57f4a6a5da8644cb1540c5b421e3f72cbd1 (patch) | |
tree | eacdc9807cbc3ac4105b1ac9c8acab3bcf70e2b2 /mail/balsa | |
parent | 632f7a78f009d8e6952185d7e23b465b4853819b (diff) | |
download | freebsd-ports-gnome-355ed57f4a6a5da8644cb1540c5b421e3f72cbd1.tar.gz freebsd-ports-gnome-355ed57f4a6a5da8644cb1540c5b421e3f72cbd1.tar.zst freebsd-ports-gnome-355ed57f4a6a5da8644cb1540c5b421e3f72cbd1.zip |
Remove old documentation hack (replacing links to *.gif with links to *.png).
Now balsa does it right OOB.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index cf9659f02216..051afed1bd83 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -36,7 +36,5 @@ pre-patch: 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g' - @find ${WRKSRC}/help -name "*.html" | xargs ${PERL} -pi -e \ - 's|\.gif|.png|g' .include <bsd.port.mk> |