Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.
This commit is contained in:
parent
a1b788d9c9
commit
947d10705a
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue