1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

Use the pre-configure:' target rather than post-patch:' target. This

frees up `post-patch:' for satelite ports use.
This commit is contained in:
David E. O'Brien 2000-08-26 09:46:47 +00:00
parent 90c5078b1c
commit 743c53830b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31995
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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