diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-26 09:46:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-26 09:46:47 +0000 |
commit | 743c53830b9fd452a7428ea0db4cb0f0810a41a9 (patch) | |
tree | 931fdd93017df5a9c512d563a8a20227440d9908 /mail/mutt | |
parent | 90c5078b1c1b78ca35f96267cbb10740541e968f (diff) | |
download | ports-743c53830b9fd452a7428ea0db4cb0f0810a41a9.tar.gz ports-743c53830b9fd452a7428ea0db4cb0f0810a41a9.zip |
Use the `pre-configure:' target rather than `post-patch:' target. This
frees up `post-patch:' for satelite ports use.
Notes
Notes:
svn path=/head/; revision=31995
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index f330285551c1..8a2eca7c8a22 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -81,7 +81,7 @@ MAN5= muttrc.5 pre-patch: (cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/charmaps-0.0.tar.gz) -post-patch: +pre-configure: cd ${WRKSRC}/charmaps/maps; ${LN} CP1251 WINDOWS-1251 cd ${WRKSRC}/charmaps/maps; ${RM} -f *.orig |