Improve pkg-message management using SUB_FILES.
This commit is contained in:
parent
ddcab5353d
commit
34b6cd81a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179567
6 changed files with 12 additions and 6 deletions
|
@ -25,6 +25,8 @@ COMMENT= A functional programming language from Ericsson
|
|||
|
||||
CONFLICTS?= erlang-lite-r[0-9]*
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
# The Java applications that are part of the Erlang distribution are
|
||||
# not strictly necessary - it is included for completeness sake. A
|
||||
# problem with the Erlang build procedure is that it only checks if
|
||||
|
@ -87,7 +89,7 @@ NOPRECIOUSMAKEVARS= yes # Prevent exporting of "ARCH"
|
|||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
PLIST_SUB+= ERTS_VSN=${ERTS_VSN}
|
||||
PLIST_SUB+= ERTS_VSN=${ERTS_VSN} TOOLS_VSN=${TOOLS_VSN}
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
ERTS_VSN= 5.5.2
|
||||
TOOLS_VSN= 2.5.2
|
||||
OTP_LIBS= appmon-2.1.6 \
|
||||
asn1-1.4.4.11 \
|
||||
compiler-4.4.2 \
|
||||
|
|
|
@ -7,9 +7,9 @@ Installation tips:
|
|||
|
||||
You can find an emacs mode for Erlang here:
|
||||
|
||||
${LOCALBASE}/lib/erlang/lib/tools-2.5.2/emacs
|
||||
%%LOCALBASE%%/lib/erlang/lib/tools-2.5.2/emacs
|
||||
|
||||
You may wish to add the following line to /etc/manpath.config:
|
||||
|
||||
OPTIONAL_MANPATH /usr/local/lib/erlang/man
|
||||
OPTIONAL_MANPATH %%LOCALBASE%%/lib/erlang/man
|
||||
===========================================================================
|
|
@ -25,6 +25,8 @@ COMMENT= A functional programming language from Ericsson
|
|||
|
||||
CONFLICTS?= erlang-lite-r[0-9]*
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
# The Java applications that are part of the Erlang distribution are
|
||||
# not strictly necessary - it is included for completeness sake. A
|
||||
# problem with the Erlang build procedure is that it only checks if
|
||||
|
@ -87,7 +89,7 @@ NOPRECIOUSMAKEVARS= yes # Prevent exporting of "ARCH"
|
|||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
PLIST_SUB+= ERTS_VSN=${ERTS_VSN}
|
||||
PLIST_SUB+= ERTS_VSN=${ERTS_VSN} TOOLS_VSN=${TOOLS_VSN}
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
ERTS_VSN= 5.5.2
|
||||
TOOLS_VSN= 2.5.2
|
||||
OTP_LIBS= appmon-2.1.6 \
|
||||
asn1-1.4.4.11 \
|
||||
compiler-4.4.2 \
|
||||
|
|
|
@ -7,9 +7,9 @@ Installation tips:
|
|||
|
||||
You can find an emacs mode for Erlang here:
|
||||
|
||||
${LOCALBASE}/lib/erlang/lib/tools-2.5.2/emacs
|
||||
%%LOCALBASE%%/lib/erlang/lib/tools-2.5.2/emacs
|
||||
|
||||
You may wish to add the following line to /etc/manpath.config:
|
||||
|
||||
OPTIONAL_MANPATH /usr/local/lib/erlang/man
|
||||
OPTIONAL_MANPATH %%LOCALBASE%%/lib/erlang/man
|
||||
===========================================================================
|
Loading…
Reference in a new issue