aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-16 04:14:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-16 04:14:12 +0000
commitad4d1e476c1813a5ee9d7101a3fc07d45caa9f89 (patch)
tree33b0f887870f5f1adb51486056a9a660f0d91b5d /lang
parentdd6ca9f562c9a168fa81aeeb9ef4ca536962f42b (diff)
downloadports-ad4d1e476c1813a5ee9d7101a3fc07d45caa9f89.tar.gz
ports-ad4d1e476c1813a5ee9d7101a3fc07d45caa9f89.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/dylan/Makefile1
-rw-r--r--lang/ocaml/Makefile2
-rw-r--r--lang/pgcc/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile
index caadcfde5aae..abd18d97fa05 100644
--- a/lang/dylan/Makefile
+++ b/lang/dylan/Makefile
@@ -19,6 +19,7 @@ MASTER_SITES= ftp://berlin.ccc.de/pub/gd/src/ \
ftp://ftp.infodrom.north.de/pub/unix/language/dylan/gwydion/FreeBSD/ \
ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/src/ \
ftp://ftp.fu-berlin.de/pub/unix/languages/dylan/FreeBSD/
+DISTNAME= gd-2.2.0
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} d2c-2.2.0-FreeBSD.gz
MAINTAINER= housel@acm.org
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 62ac63d6be55..88621b44300a 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.04
CATEGORIES= lang
MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \
ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/
-DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz ${DOCFILES}
+DISTFILES= ${PKGNAME}.tar.gz ${DOCFILES}
MAINTAINER= ortmann@isl.net
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index 9e8dbe6de85a..031f93411382 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -16,6 +16,7 @@ MASTER_SITES= ftp://go.cygnus.com/pub/sourceware.cygnus.com/pub/egcs/releases/${
ftp://ftp.iij.ad.jp/pub/egcs/releases/${DISTNAME}/ \
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/${DISTNAME}/
MASTER_SITE_SUBDIR= gcc
+DISTNAME= gcc-${PORTVERSION}
DISTFILES= gcc-core-${DISTNAME:S/gcc-//g}${EXTRACT_SUFX} \
gcc-g++-${DISTNAME:S/gcc-//g}${EXTRACT_SUFX} \
gcc-g77-${DISTNAME:S/gcc-//g}${EXTRACT_SUFX} \
@@ -49,7 +50,6 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}
.endif
-WRKSRC= ${WRKDIR}/gcc-2.95.1
PLIST_SUB= EGCS_REV=${GCC_REV} GNU_HOST=${CONFIGURE_TARGET}
GNU_CONFIGURE= yes
USE_GMAKE= yes