diff options
author | adamw <adamw@FreeBSD.org> | 2013-11-15 06:36:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-11-15 06:36:05 +0800 |
commit | fe4aa997d2a8fcfb57978a390d3ba9062ce213fa (patch) | |
tree | 3cc9bcdf3ec5a43205ee100bd6763460099fa90a /textproc | |
parent | 2e4eb58af14aed84e6c51d82c70d2601fe8ee78f (diff) | |
download | freebsd-ports-gnome-fe4aa997d2a8fcfb57978a390d3ba9062ce213fa.tar.gz freebsd-ports-gnome-fe4aa997d2a8fcfb57978a390d3ba9062ce213fa.tar.zst freebsd-ports-gnome-fe4aa997d2a8fcfb57978a390d3ba9062ce213fa.zip |
marino pointed out that multimarkdown hardcodes /usr/bin/perl in a
script. However, it appears that the file that the script generates
is never used or referenced again, and it is not installed.
So, switch to a different make(1) target to bypass the offending file,
avoiding the need for perl altogether.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/multimarkdown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index 75d6e952d007..26547abfc653 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -16,7 +16,7 @@ FETCH_DEPENDS= git:${PORTSDIR}/devel/git WRKSRC= ${WRKDIR}/MultiMarkdown-4 -ALL_TARGET= ALL +ALL_TARGET= ${PORTNAME} OPTIONS_DEFINE= CHEAT_SHEET EXTRAS HELPERS CHEAT_SHEET_DESC= HTML-based cheat sheat |