diff options
Diffstat (limited to 'lang/libstdc++_stldoc_3.4.0/Makefile')
-rw-r--r-- | lang/libstdc++_stldoc_3.4.0/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/libstdc++_stldoc_3.4.0/Makefile b/lang/libstdc++_stldoc_3.4.0/Makefile index db3aa37cdc8e..101772666f71 100644 --- a/lang/libstdc++_stldoc_3.4.0/Makefile +++ b/lang/libstdc++_stldoc_3.4.0/Makefile @@ -1,12 +1,5 @@ -# New ports collection makefile for: libstdc++_stldoc -# Date created: 18th January 2008 -# Whom: Bruce M. Simpson -# +# Created by: Bruce M. Simpson # $FreeBSD$ -# -# Note: Specific versions of this documentation exist for each version -# of the libstdc++ library, note versioning convention below. -# PORTNAME= libstdc++_stldoc_3.4.0 PORTVERSION= 20040609 @@ -27,6 +20,7 @@ NO_WRKSUBDIR= yes PORTDOCS= * +NO_STAGE= yes do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} && \ |