diff options
author | knu <knu@FreeBSD.org> | 2002-12-16 09:26:24 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-16 09:26:24 +0000 |
commit | 21d7b75b709f040ca934d2821b25679b02a92613 (patch) | |
tree | 02692f7600d2be63081ec6b909a3f0a7d6c59509 /devel/ocaml-classes | |
parent | 5a349ed695914ad0541d85f95749b0343af2436e (diff) | |
download | FreeBSD-ports-21d7b75b709f040ca934d2821b25679b02a92613.zip FreeBSD-ports-21d7b75b709f040ca934d2821b25679b02a92613.tar.gz |
Remove a bogus line continuation and set PKGNAMEPREFIX properly.
(PKGNAME=classes-3.05 -> PKGNAME=ocaml-classes-3.05)
Diffstat (limited to 'devel/ocaml-classes')
-rw-r--r-- | devel/ocaml-classes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-classes/Makefile b/devel/ocaml-classes/Makefile index 262768a..6dae82c 100644 --- a/devel/ocaml-classes/Makefile +++ b/devel/ocaml-classes/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.05 CATEGORIES= devel MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/\ ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/\ - ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/\ + ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/ PKGNAMEPREFIX= ocaml- DISTNAME= ocaml-${PORTNAME}-${PORTVERSION} |