From adbfb8d78b440835ffef86195fbb7d3f72fe85d9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 22 Apr 2005 01:49:57 +0000 Subject: Correct a number of ports that anger the tempermental Make Spirits by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris --- devel/linux-understand_ada/Makefile | 2 +- devel/linux-understand_c/Makefile | 2 +- devel/linux-understand_java/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile index 7c55061ce607..1bc6b0602b53 100644 --- a/devel/linux-understand_ada/Makefile +++ b/devel/linux-understand_ada/Makefile @@ -128,7 +128,7 @@ do-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME}/doc/manuals @${LN} -sf ${DOCSDIR}/html \ ${PREFIX}/lib/${PORTNAME}/doc/manuals/html -.endif /* NOPORTDOCS */ +.endif # NOPORTDOCS # Binary installation @${MKDIR} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME} diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index f696448acedc..30d8b7eceb7a 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -132,7 +132,7 @@ do-install: @${MKDIR} ${PREFIX}/lib/understand_c/doc/manuals @${LN} -sf ${PREFIX}/share/doc/understand_c/html \ ${PREFIX}/lib/understand_c/doc/manuals/html -.endif /* NOPORTDOCS */ +.endif # NOPORTDOCS # Binary installation @${MKDIR} ${PREFIX}/lib/understand_c/bin/pc-linux_elf @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/understand_c diff --git a/devel/linux-understand_java/Makefile b/devel/linux-understand_java/Makefile index 4ec55ac330cd..0baeafd3c66c 100644 --- a/devel/linux-understand_java/Makefile +++ b/devel/linux-understand_java/Makefile @@ -127,7 +127,7 @@ do-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME}/doc/manuals @${LN} -sf ${DOCSDIR}/html \ ${PREFIX}/lib/${PORTNAME}/doc/manuals/html -.endif /* NOPORTDOCS */ +.endif # NOPORTDOCS # Binary installation @${MKDIR} ${PREFIX}/lib/${PORTNAME}/bin/pc-linux_elf @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME} -- cgit v1.2.3