diff options
author | acm <acm@FreeBSD.org> | 2006-09-20 01:56:37 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-20 01:56:37 +0000 |
commit | e969bea6f0b76d6b380439f0e9129e080572f0b0 (patch) | |
tree | 247d94dd91360a89817e4779da065b16fc839e16 | |
parent | f5791403e155adb611fc81d5528bce619e6fe104 (diff) | |
download | FreeBSD-ports-e969bea6f0b76d6b380439f0e9129e080572f0b0.zip FreeBSD-ports-e969bea6f0b76d6b380439f0e9129e080572f0b0.tar.gz |
- Fix CATEGORIES
-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 cab780d..c4f1915 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -7,8 +7,8 @@ PORTNAME= lazarus PORTVERSION= 0.9.16 -PORTREVISION= 1 -CATEGORIES= devel editors +PORTREVISION= 2 +CATEGORIES= editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S|$|freepascal/:freepascal|} \ ftp://ftp.freepascal.org/pub/fpc/dist/source-${FPC_MINVER}/:freepascal \ ftp://planetmirror.com/pub/fpc/dist/source-${FPC_MINVER}/:freepascal \ |