From 5e5841f2cd18d6e51ddddeb117432410a7d22614 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 25 Sep 2000 12:21:43 +0000 Subject: Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev and kris --- emulators/bsvc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/bsvc') diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 880f2781d049..3bbb197be08b 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -10,13 +10,13 @@ PORTVERSION= 2.1 CATEGORIES= emulators tk82 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTFILES= ${DISTNAME}-src.tar.gz MAINTAINER= jseger@FreeBSD.org RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -WRKSRC= ${WRKDIR}/${PKGNAME}/src +WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC} -- cgit v1.2.3