diff options
author | seb <seb@pkgsrc.org> | 2003-09-02 13:38:44 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-02 13:38:44 +0000 |
commit | 559e89a4a14efd630c5d384fbe1663697357aab0 (patch) | |
tree | 868bd53aebd117f7409331aeb84dcfaef117251a /lang | |
parent | e239c60f1eb9d316ed83c4e454c134eb1240f425 (diff) | |
download | pkgsrc-559e89a4a14efd630c5d384fbe1663697357aab0.tar.gz |
Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 292521960a9..0072f509ccb 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/08/09 10:59:11 seb Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/02 13:38:44 seb Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 2 @@ -19,7 +19,7 @@ MAKE_ENV+= _OPSYS_RPATH_NAME=${_OPSYS_RPATH_NAME} USE_MAKEINFO= YES INFO_FILES= sather.info sather-tutorial.info sather-mode.info -REPLACE_PERL= ${WRKSRC}/Browser/Web/ps2gif +REPLACE_PERL= Browser/Web/ps2gif do-configure: for f in \ |