summaryrefslogtreecommitdiff
path: root/editors/psgml-mule
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-24 14:56:28 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-24 14:56:28 +0000
commit21df1be663e8414a9d56ee7329684423ecf689c2 (patch)
tree9613ecb9438c4bf4a4f46eafd1fe93f7101b6868 /editors/psgml-mule
parent- Mark it as DEPRECATED and set EXPIRATION_DATE (diff)
Fix build by falling back to makeinfo
Notes
Notes: svn path=/head/; revision=146259
Diffstat (limited to 'editors/psgml-mule')
-rw-r--r--editors/psgml-mule/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile
index 9ad2199dcf9d..a212a8c2b3bb 100644
--- a/editors/psgml-mule/Makefile
+++ b/editors/psgml-mule/Makefile
@@ -14,4 +14,11 @@ MASTERDIR= ${.CURDIR}/../psgml
# emacs port setup
EMACS_PORT_NAME= mule
+BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
+
+ALL_TARGET= compile
+
+post-build:
+ cd ${WRKSRC} && makeinfo *.texi
+
.include "${MASTERDIR}/Makefile"