aboutsummaryrefslogtreecommitdiff
path: root/emulators/hercules
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-12 15:12:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-12 15:12:33 +0000
commitcb33bc9eed7e4e4109fa77ef31f9a8d8dd01ecb3 (patch)
tree0e530aaf62f00cba6b15625137dc46824e5d11cf /emulators/hercules
parent35a7b1218ba3dd748e8cb123cb6e1c7da1e15ec2 (diff)
downloadports-cb33bc9eed7e4e4109fa77ef31f9a8d8dd01ecb3.tar.gz
ports-cb33bc9eed7e4e4109fa77ef31f9a8d8dd01ecb3.zip
- Fix NOPORTDOCS case
PR: ports/124491 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
Notes
Notes: svn path=/head/; revision=214714
Diffstat (limited to 'emulators/hercules')
-rw-r--r--emulators/hercules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index 88942b7e71d5..7efce1494770 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -25,7 +25,7 @@ USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's,intl m4 po util html man,intl m4 po util man,g' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's,^SUBDIRS = decNumber m4 po util html man . crypto,SUBDIRS = decNumber m4 po util man . crypto,g' ${WRKSRC}/Makefile.in
.else
@${REINPLACE_CMD} -e 's,^datadir = @datadir@,datadir = ${PREFIX}/share/doc/,' ${WRKSRC}/html/Makefile.in
.endif