diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-29 05:16:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-29 05:16:27 +0000 |
commit | 0cce57641613fc8bf1686b2dac07c160811ad611 (patch) | |
tree | 5ec7cc904e13b295f4c6993fd580de40149fd7eb /mail/mush/Makefile | |
parent | 6bc5e26b00ad04e15af472780f14da3ceef25ea1 (diff) | |
download | pkgsrc-0cce57641613fc8bf1686b2dac07c160811ad611.tar.gz |
Set BUILD_TARGET because the default one (``all'') does not exist in
Makefile.
Diffstat (limited to 'mail/mush/Makefile')
-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 |