diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-22 02:11:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-22 02:11:08 +0000 |
commit | b46ab7c79c8737c7909be73e7c6931271b14ff25 (patch) | |
tree | bb8fe98001e1ae60061771cbc8b9fe536ba1d2c3 /misc | |
parent | 4c1a479a7c6da618b6598d0e5c0146a1e49e10a4 (diff) | |
download | ports-b46ab7c79c8737c7909be73e7c6931271b14ff25.tar.gz ports-b46ab7c79c8737c7909be73e7c6931271b14ff25.zip |
Notes
Diffstat (limited to 'misc')
-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" |