From adbfb8d78b440835ffef86195fbb7d3f72fe85d9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 22 Apr 2005 01:49:57 +0000 Subject: [PATCH] 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 +- mail/vm-pop3d/Makefile | 2 +- multimedia/transcode/Makefile | 2 +- net/rp-pppoe/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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} diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile index 6cf4128bf888..9b4b6722ed16 100644 --- a/mail/vm-pop3d/Makefile +++ b/mail/vm-pop3d/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes .if defined(WITH_IPVIRTUAL) CONFIGURE_ARGS+= --enable-ip-based-virtual --enable-virtual -.elsif defined(WITH_VIRTUAL) +.elif defined(WITH_VIRTUAL) CONFIGURE_ARGS+= --enable-virtual .endif diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 1662a3afef31..a1265875eda9 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -324,7 +324,7 @@ pre-everything:: .if !defined(WITH_AVIFILE) @${ECHO_MSG} @${ECHO_MSG} "You can enable avifile-dependent modules by defining WITH_AVIFILE." -.endif(WITH_AVIFILE) +.endif #WITH_AVIFILE .if !defined(WITH_QUICKTIME) @${ECHO_MSG} @${ECHO_MSG} "You can enable openquicktime-dependent modules by defining WITH_QUICKTIME." diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 20e9d24408c7..50efe45b67a9 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -83,6 +83,6 @@ do-install: .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} -.endif /* NOPORTDOCS */ +.endif # NOPORTDOCS .include