Changeset View
Changeset View
Standalone View
Standalone View
lang/erlang-man/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= erlang | PORTNAME= erlang | ||||
PORTVERSION= 19.3 | PORTVERSION= 21.3 | ||||
CATEGORIES= lang parallel | CATEGORIES= lang parallel | ||||
MASTER_SITES= http://www.erlang.org/download/ | MASTER_SITES= http://www.erlang.org/download/ | ||||
PKGNAMESUFFIX= -man | PKGNAMESUFFIX= -man | ||||
DISTNAME= otp_doc_man_${PORTVERSION} | DISTNAME= otp_doc_man_${PORTVERSION} | ||||
DIST_SUBDIR= erlang | DIST_SUBDIR= erlang | ||||
MAINTAINER= erlang@FreeBSD.org | MAINTAINER= erlang@FreeBSD.org | ||||
COMMENT= Manual pages for Erlang/OTP | COMMENT= Manual pages for Erlang/OTP | ||||
LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
NO_ARCH= yes | |||||
NO_BUILD= yes | NO_BUILD= yes | ||||
WRKSRC= ${WRKDIR} | WRKSRC= ${WRKDIR} | ||||
# The man-pages are put (in spite of FreeBSD's port convention) in a private | # The man-pages are put (in spite of FreeBSD's port convention) in a private | ||||
# subdir. This is to avoid cluttering up the man page name space. Also the | # subdir. This is to avoid cluttering up the man page name space. Also the | ||||
# Erlang man pages are more of internal documentation using the man format than | # Erlang man pages are more of internal documentation using the man format than | ||||
# actual system man pages. (erl.1 and epmd.1 perhaps being the exception). | # actual system man pages. (erl.1 and epmd.1 perhaps being the exception). | ||||
Show All 9 Lines |