diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
| commit | 5e5841f2cd18d6e51ddddeb117432410a7d22614 (patch) | |
| tree | ff3848099747774e69f3bda4d04dd29927deb93b /shells | |
| parent | 016268dfb5cf0e82b8cf522bc11c60b30fb57175 (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
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index cf9d8d5fa98e..2c4a54abdb1f 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -24,7 +24,7 @@ DISTFILES= # empty do-patch: .else GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= all catalogs INSTALL_TARGET= install install.man MAN1= tcsh.1 |
