summaryrefslogtreecommitdiff
path: root/audio/bladeenc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-25 12:21:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-25 12:21:43 +0000
commit5e5841f2cd18d6e51ddddeb117432410a7d22614 (patch)
treeff3848099747774e69f3bda4d04dd29927deb93b /audio/bladeenc
parentChange PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. While (diff)
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 <roam@orbitel.bg> and kris
Notes
Notes: svn path=/head/; revision=33101
Diffstat (limited to 'audio/bladeenc')
-rw-r--r--audio/bladeenc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/bladeenc/Makefile b/audio/bladeenc/Makefile
index 473233d34a47..c4f3ec71401e 100644
--- a/audio/bladeenc/Makefile
+++ b/audio/bladeenc/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .0-src-stable.tar.gz
MAINTAINER= dirk@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PKGNAME}.0
+WRKSRC= ${WRKDIR}/${DISTNAME}.0
GNU_CONFIGURE= yes
.include <bsd.port.mk>