diff options
author | minskim <minskim> | 2005-05-29 05:16:27 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-05-29 05:16:27 +0000 |
commit | a572082a544407b80cb5124946754e3d3c2da4a2 (patch) | |
tree | 5ec7cc904e13b295f4c6993fd580de40149fd7eb /mail/mush | |
parent | aa4c8792e7b1f80dfcb213382ca2e2db8e709dcc (diff) | |
download | pkgsrc-a572082a544407b80cb5124946754e3d3c2da4a2.tar.gz |
Set BUILD_TARGET because the default one (``all'') does not exist in
Makefile.
Diffstat (limited to 'mail/mush')
-rw-r--r-- | mail/mush/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile index 4e34097fc61..2948a5e8330 100644 --- a/mail/mush/Makefile +++ b/mail/mush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:19:43 agc Exp $ +# $NetBSD: Makefile,v 1.15 2005/05/29 05:16:27 minskim Exp $ DISTNAME= mush-7.2.5 PKGNAME= mush-7.2.6.b4.pl1 @@ -25,6 +25,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR} DIST_SUBDIR= mush +BUILD_TARGET= mush pre-configure: ${SED} -e 's:__PREFIX:'${PREFIX}':g'< ${WRKSRC}/config.h-dist > ${WRKSRC}/config.h |