diff options
author | seb <seb> | 2003-09-02 12:48:33 +0000 |
---|---|---|
committer | seb <seb> | 2003-09-02 12:48:33 +0000 |
commit | 27c3dc2207844075e0ee0561109b0639995e36b5 (patch) | |
tree | 55169fb70a0a8a2d471bd2e5176ce382d6c60997 /comms | |
parent | 6be5fe7fa00a97d25beb271cfe2cc7ed6e24b58e (diff) | |
download | pkgsrc-27c3dc2207844075e0ee0561109b0639995e36b5.tar.gz |
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/linuxsms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |