diff options
author | seb <seb@pkgsrc.org> | 2003-09-02 12:48:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-02 12:48:33 +0000 |
commit | ab349e01851fa8d7c600af7809bc686b50025541 (patch) | |
tree | 55169fb70a0a8a2d471bd2e5176ce382d6c60997 /comms | |
parent | c91c2ac7a4ef12c2d3bc7743e5123ef85532e9cc (diff) | |
download | pkgsrc-ab349e01851fa8d7c600af7809bc686b50025541.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 |