diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-22 14:03:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-22 14:03:23 +0000 |
commit | 79da4f235554a7881c0249ecadb30b94b12e2d7c (patch) | |
tree | 1724444dc06292abc99b63436ccec706ad4f0a77 /mail | |
parent | 94eb72967d60a3197c7a66c26e82dcce3bd1f9c3 (diff) | |
download | pkgsrc-79da4f235554a7881c0249ecadb30b94b12e2d7c.tar.gz |
Remove dependency on replace-perl from do-configure target.
This was a workaround for a bug which has been fixed, and the target does not exist any more either.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 5162b88fada..0b9e69c33a1 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/07/21 16:56:44 martti Exp $ +# $NetBSD: Makefile,v 1.35 2003/07/22 14:03:23 wiz Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 2 @@ -39,7 +39,7 @@ REPLACE_PERL= scripts/addxface scripts/deepen scripts/facesaddr \ scripts/mkfacesindex scripts/newscheck.faces \ scripts/newsfrom.faces scripts/rotary.faces -do-configure: replace-perl +do-configure: ${LN} -sf Makefile.dist ${WRKSRC}/${MAKEFILE} cd ${WRKSRC}; \ files=" \ |