diff options
author | ale <ale@FreeBSD.org> | 2012-09-10 18:18:30 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-09-10 18:18:30 +0800 |
commit | 81229c5c2b6a937ef07bffa45f4d2d90b2efcad9 (patch) | |
tree | 56da9553d8a940923a8089246779eba26c84cc1c /sysutils/coreutils | |
parent | ac831aba0c99007d05262fcae301126a35a2f867 (diff) | |
download | freebsd-ports-gnome-81229c5c2b6a937ef07bffa45f4d2d90b2efcad9.tar.gz freebsd-ports-gnome-81229c5c2b6a937ef07bffa45f4d2d90b2efcad9.tar.zst freebsd-ports-gnome-81229c5c2b6a937ef07bffa45f4d2d90b2efcad9.zip |
Fix plist and bump PORTREVISION.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 3 | ||||
-rw-r--r-- | sysutils/coreutils/pkg-plist | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 36aa80e22db8..cb08f701dca8 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= coreutils PORTVERSION= 8.19 +PORTREVISION= 1 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -42,7 +43,7 @@ MAN1= gbasename.1 gcat.1 gchcon.1 gchgrp.1 gchmod.1 gchown.1 gchroot.1 \ gid.1 ginstall.1 gjoin.1 gkill.1 glink.1 gln.1 \ glogname.1 gls.1 gmd5sum.1 gmkdir.1 gmkfifo.1 gmknod.1 gmktemp.1 \ gmv.1 gnice.1 gnl.1 gnohup.1 god.1 gpaste.1 gpathchk.1 gpinky.1 \ - gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grm.1 \ + gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grealpath.1 grm.1 \ grmdir.1 gruncon.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 \ gsplit.1 gstdbuf.1 gnustat.1 gstty.1 gsum.1 gsync.1 gtac.1 \ gtail.1 gtee.1 gtest.1 gtimeout.1 gtouch.1 gtr.1 gtrue.1 gtruncate.1 \ diff --git a/sysutils/coreutils/pkg-plist b/sysutils/coreutils/pkg-plist index 002666dde8c9..4b367f84dc95 100644 --- a/sysutils/coreutils/pkg-plist +++ b/sysutils/coreutils/pkg-plist @@ -58,6 +58,7 @@ bin/gprintf bin/gptx bin/gpwd bin/greadlink +bin/grealpath bin/grm bin/grmdir bin/gruncon @@ -99,7 +100,7 @@ bin/gwc bin/gwho bin/gwhoami bin/gyes -lib/coreutils/glibstdbuf.so +libexec/coreutils/glibstdbuf.so %%NLS%%share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/af/LC_TIME/coreutils.mo %%NLS%%share/locale/be/LC_MESSAGES/coreutils.mo @@ -180,7 +181,7 @@ lib/coreutils/glibstdbuf.so %%NLS%%share/locale/zh_CN/LC_TIME/coreutils.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/zh_TW/LC_TIME/coreutils.mo -@dirrm lib/coreutils +@dirrm libexec/coreutils %%NLS%%@dirrmtry share/locale/zh_TW/LC_TIME %%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_CN/LC_TIME |