diff options
author | pav <pav@FreeBSD.org> | 2008-03-12 08:13:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-12 08:13:06 +0800 |
commit | 06facacc4f37ec8ab2ba22d1db65dcbc3d5d5d08 (patch) | |
tree | a99d8ed7de8896dd6de235ba9dfad41590689e91 /Mk/bsd.port.subdir.mk | |
parent | 9e193ce18f461ee236cfd6dbba5903504c3a6784 (diff) | |
download | freebsd-ports-gnome-06facacc4f37ec8ab2ba22d1db65dcbc3d5d5d08.tar.gz freebsd-ports-gnome-06facacc4f37ec8ab2ba22d1db65dcbc3d5d5d08.tar.zst freebsd-ports-gnome-06facacc4f37ec8ab2ba22d1db65dcbc3d5d5d08.zip |
- Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only in
bsd.port.mk. Fixes `make readmes'
PR: ports/117192
Submitted by: Joergen Blomberg <jnbg@blomberg.tk>
Pointy hat to: gabor
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 7b14c24e5fdf..08c1ab55af3d 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -255,7 +255,7 @@ describe: .if defined(PORTSTOP) readmes: readme ${SUBDIR:S/^/_/:S/$/.readmes/} @${ECHO_MSG} "===> Creating README.html for all ports" - @${PERL} ${PORTSDIR}/Tools/make_readmes < ${INDEXDIR}/${INDEXFILE} + @perl ${PORTSDIR}/Tools/make_readmes < ${INDEXDIR}/${INDEXFILE} .else readmes: readme .endif |