diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-21 18:33:45 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-21 18:33:45 +0000 |
commit | 8ad3f341362d3de51997ae0fe8990818da6f43e3 (patch) | |
tree | 502a6eed1e533280644e6d600b088fa9baf557b4 /editors | |
parent | 57ef3d94dc0260501de0babd8745484bfadf8daf (diff) | |
download | ports-8ad3f341362d3de51997ae0fe8990818da6f43e3.tar.gz ports-8ad3f341362d3de51997ae0fe8990818da6f43e3.zip |
- Use startlazarus instead of lazarus on symlink. It solve some problems when
the lazarus is been used.
- Bump PORTREVISION
Reported by: Ales Katona <almindor__at__gmail.com>
Notes
Notes:
svn path=/head/; revision=173550
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index c4f1915e3603..dd948d658a0d 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -7,7 +7,7 @@ PORTNAME= lazarus PORTVERSION= 0.9.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S|$|freepascal/:freepascal|} \ ftp://ftp.freepascal.org/pub/fpc/dist/source-${FPC_MINVER}/:freepascal \ @@ -139,6 +139,6 @@ do-install: .endfor ${INSTALL_SCRIPT} ${WRKSRC}/localize.sh ${DATADIR} - ${LN} -s ${DATADIR}/lazarus ${PREFIX}/bin/lazarus + ${LN} -s ${DATADIR}/startlazarus ${PREFIX}/bin/lazarus .include <bsd.port.post.mk> |