diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-05 14:25:00 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-05 14:25:00 +0000 |
commit | e2564dd5c00117dc9f5d0e0bb0e5b0acba486686 (patch) | |
tree | 2f995e6b20ce91523fb23ca17d8c1de5dcd9c7db /textproc/meld/Makefile | |
parent | 4ffe6b62fe895cdef606e9f4e29fb8e1a31ddf4f (diff) | |
download | ports-e2564dd5c00117dc9f5d0e0bb0e5b0acba486686.tar.gz ports-e2564dd5c00117dc9f5d0e0bb0e5b0acba486686.zip |
- Update to 1.3.2.
- Add license info.
- Pass maintainership to submitter.
PR: ports/148360
Submitted by: Pawel Pekala <c0rn@o2.pl>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257405
Diffstat (limited to 'textproc/meld/Makefile')
-rw-r--r-- | textproc/meld/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 846dc8f1aa5f..0180cc5f8d36 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -6,12 +6,11 @@ # PORTNAME= meld -PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTVERSION= 1.3.2 CATEGORIES= textproc devel python MASTER_SITES= GNOME -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c0rn@o2.pl COMMENT= GNOME 2 visual diff and merge tool OPTIONS= PYGNOMEDESKTOP "Code syntax hilighting (many dependencies)" off @@ -21,24 +20,24 @@ USE_GNOME= pygnome2 USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes -MAKEFILE= GNUmakefile MAKE_ARGS= prefix=${PREFIX} INSTALLS_ICONS= yes INSTALLS_OMF= yes +LICENSE= GPLv2 post-patch: -.for file in GNUmakefile +.for file in Makefile @${REINPLACE_CMD} -e '/docdir_/d' ${WRKSRC}/${file} -.endfor -.for file in help/GNUmakefile +.endfor +.for file in help/Makefile @${REINPLACE_CMD} -e '/^LANGUAGES/s|de||g' ${WRKSRC}/${file} -.endfor -.for file in help/C/GNUmakefile help/es/GNUmakefile help/fr/GNUmakefile +.endfor +.for file in help/C/Makefile help/es/Makefile help/fr/Makefile @${REINPLACE_CMD} -e \ 's|$$(localstatedir)/lib/scrollkeeper|/var/db/scrollkeeper|g ; \ s|^LANG :=|LANG_ :=|g ; \ s|$$(LANG)|$$(LANG_)|g' ${WRKSRC}/${file} -.endfor +.endfor .include <bsd.port.pre.mk> |