aboutsummaryrefslogtreecommitdiff
path: root/editors/psgml-emacs19/Makefile
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-emacs19/Makefile
parent2b72123905111f32efdaa128824253cde34ca96e (diff)
downloadports-21df1be663e8414a9d56ee7329684423ecf689c2.tar.gz
ports-21df1be663e8414a9d56ee7329684423ecf689c2.zip
Notes
Diffstat (limited to 'editors/psgml-emacs19/Makefile')
-rw-r--r--editors/psgml-emacs19/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/psgml-emacs19/Makefile b/editors/psgml-emacs19/Makefile
index 940ce051c12b..e9a65e0f47c4 100644
--- a/editors/psgml-emacs19/Makefile
+++ b/editors/psgml-emacs19/Makefile
@@ -14,4 +14,11 @@ MASTERDIR= ${.CURDIR}/../psgml
# emacs port setup
EMACS_PORT_NAME= emacs19
+BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
+
+ALL_TARGET= compile
+
+post-build:
+ cd ${WRKSRC} && makeinfo *.texi
+
.include "${MASTERDIR}/Makefile"