diff options
author | grant <grant@pkgsrc.org> | 2004-01-29 10:03:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-29 10:03:08 +0000 |
commit | b0a99bbfbf5e3ddf4a1c07db170d9066a43677f8 (patch) | |
tree | a91d2f30de67e074818461e2117ddb7698967887 /shells | |
parent | be202419f6e6109aca5f5264fa0634b6c4195a6f (diff) | |
download | pkgsrc-b0a99bbfbf5e3ddf4a1c07db170d9066a43677f8.tar.gz |
define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicit
gpatch build dependency.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/standalone-tcsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 3e7729f8879..ba9399d5b60 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:25:54 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/29 10:03:08 grant Exp $ # NO_MTREE= YES @@ -8,12 +8,12 @@ PKGNAME= standalone-${DISTNAME} PKG_SHELL= /bin/tcsh WRKSRC= ${WRKDIR}/${DISTNAME} +PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches .include "../../shells/tcsh/Makefile" COMMENT:= Standalone version of the Extended C-shell -PATCH:= ${PATCH} PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE} PREFIX= / @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin CONFIGURE_ARGS+= --mandir=/usr/share/man DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo -PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches .if ${OPSYS} != "SunOS" LDFLAGS+= -static |