diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-25 08:07:26 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-25 08:07:26 +0000 |
commit | 1370463252b94c43e1f97e355a244705735686c1 (patch) | |
tree | 35468e082004c5d5a60b1a0458ae1e75cdac0d2d /editors/gedit2/Makefile | |
parent | 84b64f0895032312be3f0d871f6c9d39f74a3f9d (diff) | |
download | FreeBSD-ports-1370463252b94c43e1f97e355a244705735686c1.zip FreeBSD-ports-1370463252b94c43e1f97e355a244705735686c1.tar.gz |
Update to 0.5.5.
PR: ports/14481
Submitted by: rod@oscentral.org
Diffstat (limited to 'editors/gedit2/Makefile')
-rw-r--r-- | editors/gedit2/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 0dcf898..38ce87e 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -1,18 +1,14 @@ # New ports collection makefile for: gedit -# Version required: 0.5.4 +# Version required: 0.5.5 # Date created: 4 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= gedit-0.5.4 +DISTNAME= gedit-0.5.5 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://gedit.pn.org/ \ - http://reviewboard.com/gedit/ \ - ftp://reviewboard.com/pub/gedit/ -MASTER_SITE_SUBDIR= X11/gtkbuffet/apps/gedit +MASTER_SITES= http://gedit.pn.org/tar/ MAINTAINER= andy@icc.surw.chel.su @@ -45,8 +41,6 @@ post-install: @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/C @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit/no @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help/gedit - @ ${RMDIR} ${PREFIX}/share/gnome/gnome/help - @ ${RMDIR} ${PREFIX}/share/gnome/gnome .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/gedit .for file in AUTHORS COPYING ChangeLog FAQ INSTALL KNOWNBUGS README README.plugins THANKS TODO |