diff options
author | acm <acm@FreeBSD.org> | 2006-09-22 02:33:45 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-22 02:33:45 +0800 |
commit | 44716a913842d68782a174dce22f622eacf59ce5 (patch) | |
tree | 6b433f6bb6ed891c7b23f2ed5ac39cbac3752e8c /editors | |
parent | 3dff170db986e5866fd6910c7ad4842a86524072 (diff) | |
download | freebsd-ports-gnome-44716a913842d68782a174dce22f622eacf59ce5.tar.gz freebsd-ports-gnome-44716a913842d68782a174dce22f622eacf59ce5.tar.zst freebsd-ports-gnome-44716a913842d68782a174dce22f622eacf59ce5.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>
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> |