diff options
-rw-r--r-- | misc/freebsd-doc-all/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile index 57c4dfaf76e3..c62af4d09ef9 100644 --- a/misc/freebsd-doc-all/Makefile +++ b/misc/freebsd-doc-all/Makefile @@ -5,9 +5,6 @@ PORTNAME= freebsd-doc-all PORTVERSION= 47846 PORTEPOCH= 1 CATEGORIES= misc docs -MASTER_SITES= #empty -DISTFILES= #empty -EXTRACT_ONLY= #empty MAINTAINER= doceng@FreeBSD.org COMMENT= Documentation from the FreeBSD Documentation Project @@ -33,8 +30,7 @@ RUN_DEPENDS+= bn-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-bn \ zh_tw-freebsd-doc>=${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_tw NO_BUILD= yes - -do-install: # empty +USES= metaport .if make(package) DEPENDS_TARGET="package" |