diff options
author | seb <seb@pkgsrc.org> | 2003-09-02 00:15:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-02 00:15:40 +0000 |
commit | c01cb74f51c8ec30ac6c8bcdefc24800b7770107 (patch) | |
tree | 2f44e7abb483274c874b1b48dcc00f75b9dbf2cf /chat | |
parent | 1d07e42c4d0f7f500a32d3d53230b9d59b39c98a (diff) | |
download | pkgsrc-c01cb74f51c8ec30ac6c8bcdefc24800b7770107.tar.gz |
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centericq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 0118377e549..d2383e3f79c 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/08/31 16:46:27 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2003/09/02 00:15:40 seb Exp $ # DISTNAME= centericq-4.9.6 @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE} LIBS= ${LDFLAGS} USE_PERL5= run -REPLACE_PERL= ${WRKSRC}/misc/cicqconv +REPLACE_PERL= misc/cicqconv INCOMPAT_CURSES+= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-* INCOMPAT_CURSES+= NetBSD-1.6_*-* NetBSD-1.6.[1-9]_*-* NetBSD-1.6[A-T]-* |