Improve pkg-message management using SUB_FILES.

This commit is contained in:
Jimmy Olgeni 2006-12-12 13:49:02 +00:00
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

View file

@ -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

View file

@ -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 \

View file

@ -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
===========================================================================

View file

@ -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

View file

@ -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 \

View file

@ -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
===========================================================================