Rename the post-patch target to make it work again
This commit is contained in:
parent
5b165761e7
commit
3b1944ba7a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2001/02/12 15:27:41 jlam Exp $
|
# $NetBSD: Makefile,v 1.2 2001/02/12 16:13:07 jlam Exp $
|
||||||
|
|
||||||
DISTNAME= imp-2.2.4
|
DISTNAME= imp-2.2.4
|
||||||
CATEGORIES= mail www
|
CATEGORIES= mail www
|
||||||
|
@ -32,7 +32,7 @@ post-extract:
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
jlam-post-patch:
|
post-patch:
|
||||||
cd ${WRKSRC}/config; \
|
cd ${WRKSRC}/config; \
|
||||||
for file in defaults.php3.dist; do \
|
for file in defaults.php3.dist; do \
|
||||||
${MV} -f $${file} $${file}.orig; \
|
${MV} -f $${file} $${file}.orig; \
|
||||||
|
|
Loading…
Reference in a new issue