diff options
-rw-r--r-- | lang/squeak2/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak3/Makefile | 3 | ||||
-rw-r--r-- | x11/xkbctrl/Makefile | 2 |
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> |