diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-22 10:11:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-22 10:11:08 +0800 |
commit | d58e795318486f881116748916e87f1f09b33bd2 (patch) | |
tree | bb8fe98001e1ae60061771cbc8b9fe536ba1d2c3 /misc/freebsd-doc-all | |
parent | 0eb74a557a3491af74af5e59eef14732d93d4fe5 (diff) | |
download | freebsd-ports-gnome-d58e795318486f881116748916e87f1f09b33bd2.tar.gz freebsd-ports-gnome-d58e795318486f881116748916e87f1f09b33bd2.tar.zst freebsd-ports-gnome-d58e795318486f881116748916e87f1f09b33bd2.zip |
- USES=metaport [1]
- While here remove old gruft
PR: 201535 [1]
Submitted by: Andriy Voskoboinyk
Approved by: mat (mentor); maintainer timeout
Differential Revision: D4657
Diffstat (limited to 'misc/freebsd-doc-all')
-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" |