1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Install Linux df(1).

Reviewed by:	tijl
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D20132
This commit is contained in:
Edward Tomasz Napierala 2019-05-02 08:15:45 +00:00
parent 12271a816c
commit 52e4e6d514
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500641
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= c7
PORTVERSION= ${LINUX_DIST_VER}
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= emulators linux
PKGNAMEPREFIX= linux_base-
BIN_DISTNAMES= centos-release-7-4.1708.el7.centos \
@ -120,7 +120,7 @@ OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
REMOVE_DIRS= boot home media mnt proc root run sys tmp var/log var/tmp
REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/gshadow etc/motd \
REMOVE_FILES= bin/su etc/exports etc/group etc/gshadow etc/motd \
etc/passwd etc/printcap etc/protocols etc/services etc/shadow
.include <bsd.port.pre.mk>
@ -158,13 +158,13 @@ post-patch:
.endif
post-install:
${TOUCH} ${STAGEDIR}${PREFIX}/etc/mtab
${MV} ${STAGEDIR}${PREFIX}/etc/krb5.conf \
${STAGEDIR}${PREFIX}/etc/krb5.conf.sample
${MV} ${STAGEDIR}${PREFIX}/etc/nsswitch.conf \
${STAGEDIR}${PREFIX}/etc/nsswitch.conf.sample
${MV} ${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive.tmpl \
${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive
${LN} -sf "../proc/self/mounts" ${STAGEDIR}${PREFIX}/etc/mtab
${LN} -sf ${LOCALBASE}/share/icons ${STAGEDIR}${PREFIX}/usr/share/icons
${LN} -sf /var/run ${STAGEDIR}${PREFIX}/run
${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp

View File

@ -141,6 +141,7 @@ usr/bin/db47_stat
usr/bin/db47_upgrade
usr/bin/db47_verify
usr/bin/dd
usr/bin/df
usr/bin/dir
usr/bin/dircolors
usr/bin/dirname

View File

@ -139,6 +139,7 @@ usr/bin/db47_stat
usr/bin/db47_upgrade
usr/bin/db47_verify
usr/bin/dd
usr/bin/df
usr/bin/dir
usr/bin/dircolors
usr/bin/dirname