summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-04-22 01:49:57 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-04-22 01:49:57 +0000
commitadbfb8d78b440835ffef86195fbb7d3f72fe85d9 (patch)
treec0ebd0cb8842730d5a314e5945b9530f1907358d /net
parent- Package list fixes (diff)
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
Notes
Notes: svn path=/head/; revision=133895
Diffstat (limited to 'net')
-rw-r--r--net/rp-pppoe/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>