diff options
author | clive <clive@FreeBSD.org> | 2003-06-28 19:13:11 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2003-06-28 19:13:11 +0000 |
commit | 8a796319bdfbad09dcc6ae234f3399695b64c587 (patch) | |
tree | 9ab7542cb03ee3a317e064c3cda534bbe9615efa /chinese/mutt | |
parent | 4101e905a8207879a94e21aec9c192a1d5fce62f (diff) | |
download | FreeBSD-ports-8a796319bdfbad09dcc6ae234f3399695b64c587.zip FreeBSD-ports-8a796319bdfbad09dcc6ae234f3399695b64c587.tar.gz |
Remove over zealous PATCH_DIST_ARGS to fix build when PACKAGE_BUILDING
is defined.
Noted by: kris
Diffstat (limited to 'chinese/mutt')
-rw-r--r-- | chinese/mutt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 848cecb..0f552cd 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -17,7 +17,6 @@ COMMENT= The Mongrel of Mail User Agents with Chinese support PATCH_SITES= http://bsdchat.com/~clive/dist/mutt15/ \ ftp://freebsd.sinica.edu.tw/pub/clive/mutt15/ PATCHFILES= ${PKGNAMEPREFIX}mutt-${PORTVERSION}-${REVISEDATE}.diff.gz -PATCH_DIST_ARGS= -d ${WRKDIR} --quiet WITH_MUTT_LOCALES_FIX= yes MUTT_CONFIGURE_ARGS+= --without-wc-funcs |