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 | f2e4c2074a49d57f79bbef048090abc73dc27841 (patch) | |
tree | 2f44e7abb483274c874b1b48dcc00f75b9dbf2cf /chat/centericq/Makefile | |
parent | 47765761ecfbe36b1b2a89d1c3844fdc0bce09b0 (diff) | |
download | pkgsrc-f2e4c2074a49d57f79bbef048090abc73dc27841.tar.gz |
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
Diffstat (limited to 'chat/centericq/Makefile')
-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]-* |