mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
778c474ac1
. bump PORTREVISION; . trim Makefile headers; . use one command REINPLACE_CMD instead of two commands SED and MV; . do not hard code gcc at the source Makefile, build with the default compiler and allow a compiler to be redefined; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . use ${PORTDOCS:S,^,${WRKDOC}/,} trick to install PORTDOCS; . convert pkg-message to use SUB_FILES; . fix the directory of additional documentation at pkg-message.
23 lines
494 B
Plaintext
23 lines
494 B
Plaintext
bin/jailuser
|
|
bin/mkjailenv
|
|
bin/addjailsw
|
|
bin/addjailuser
|
|
etc/jail.conf.sample
|
|
lib/libjail.pm
|
|
lib/arch/generic/definitions
|
|
lib/arch/generic/functions
|
|
lib/arch/linux/definitions
|
|
lib/arch/linux/functions
|
|
lib/arch/freebsd/definitions
|
|
lib/arch/freebsd/functions
|
|
lib/arch/irix/definitions
|
|
lib/arch/irix/functions
|
|
lib/arch/solaris/definitions
|
|
lib/arch/solaris/functions
|
|
@dirrm lib/arch/generic
|
|
@dirrm lib/arch/linux
|
|
@dirrm lib/arch/freebsd
|
|
@dirrm lib/arch/irix
|
|
@dirrm lib/arch/solaris
|
|
@dirrm lib/arch
|