From 27c3dc2207844075e0ee0561109b0639995e36b5 Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 2 Sep 2003 12:48:33 +0000 Subject: Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. --- comms/linuxsms/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/linuxsms/Makefile b/comms/linuxsms/Makefile index 6be3982000b..3ff76bee208 100644 --- a/comms/linuxsms/Makefile +++ b/comms/linuxsms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:26:47 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/02 12:48:33 seb Exp $ # DISTNAME= linuxsms-0.65 @@ -13,7 +13,7 @@ USE_BUILDLINK2= yes USE_PERL5= yes NO_BUILD= yes -REPLACE_PERL= ${WRKSRC}/linuxsms +REPLACE_PERL= linuxsms do-install: ${INSTALL_SCRIPT} ${WRKSRC}/linuxsms ${PREFIX}/bin -- cgit v1.2.3