summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-16 23:26:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-16 23:26:18 +0000
commit0401cfe3ded045bb08c187e579a4fa6270032760 (patch)
treeab9fd39f0a735b79a4efecf2ff1bbfdd72459374
parente78fe5bbfbd6b5176495a69d5f2f7e23d3c7ffe6 (diff)
downloadfreebsd-ports-0401cfe3ded045bb08c187e579a4fa6270032760.zip
DISTNAME-related fixups.
-rw-r--r--lang/squeak2/Makefile3
-rw-r--r--lang/squeak3/Makefile3
-rw-r--r--x11/xkbctrl/Makefile2
3 files changed, 5 insertions, 3 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile
index 5f4218feb74c..95cc12fb7903 100644
--- a/lang/squeak2/Makefile
+++ b/lang/squeak2/Makefile
@@ -11,7 +11,8 @@ CATEGORIES= lang
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/ \
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/free/squeak/unix/ \
http://www.nectar.com/distfiles/squeak/
-DISTFILES= Squeak2.7-src${EXTRACT_SUFX} ${SQUEAK_SRC}
+DISTNAME= Squeak${PORTVERSION}-src
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
MAINTAINER= jesse@cs.uni-magdeburg.de
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile
index 5f4218feb74c..95cc12fb7903 100644
--- a/lang/squeak3/Makefile
+++ b/lang/squeak3/Makefile
@@ -11,7 +11,8 @@ CATEGORIES= lang
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/ \
ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/free/squeak/unix/ \
http://www.nectar.com/distfiles/squeak/
-DISTFILES= Squeak2.7-src${EXTRACT_SUFX} ${SQUEAK_SRC}
+DISTNAME= Squeak${PORTVERSION}-src
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
MAINTAINER= jesse@cs.uni-magdeburg.de
diff --git a/x11/xkbctrl/Makefile b/x11/xkbctrl/Makefile
index 9e27b778f2ca..aa43f94e973b 100644
--- a/x11/xkbctrl/Makefile
+++ b/x11/xkbctrl/Makefile
@@ -26,6 +26,6 @@ do-extract:
done
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>