diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:26:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:26:57 +0000 |
commit | bb88a12a17fc9dc966633b560b9bf438c6331d9f (patch) | |
tree | ea62e948bb47f2cb007ded4569d5326493998a26 /sysutils/fileutils | |
parent | 242ee733b985ac1c0489345005dd70bf3d845800 (diff) | |
download | ports-bb88a12a17fc9dc966633b560b9bf438c6331d9f.tar.gz ports-bb88a12a17fc9dc966633b560b9bf438c6331d9f.zip |
Notes
Diffstat (limited to 'sysutils/fileutils')
-rw-r--r-- | sysutils/fileutils/Makefile | 14 | ||||
-rw-r--r-- | sysutils/fileutils/pkg-comment | 2 | ||||
-rw-r--r-- | sysutils/fileutils/pkg-descr | 14 |
3 files changed, 26 insertions, 4 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index 43e00a565bb7..550b2bf133bd 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -11,7 +11,11 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= fileutils -MAINTAINER= clefevre@poboxes.com +MAINTAINER= clefevre@citeweb.net + +# +# Global variables +# GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g @@ -20,7 +24,13 @@ MAN1= gchgrp.1 gchmod.1 gchown.1 gcp.1 gdd.1 gdf.1 gdir.1 \ gdircolors.1 gdu.1 ginstall.1 gln.1 gls.1 gmkdir.1 gmkfifo.1 \ gmknod.1 gmv.1 grm.1 grmdir.1 gsync.1 gtouch.1 gvdir.1 +# +# Local variables +# + +INSTALL_INFO?= install-info + post-install: - install-info ${PREFIX}/info/fileutils.info ${PREFIX}/info/dir + @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir .include <bsd.port.mk> diff --git a/sysutils/fileutils/pkg-comment b/sysutils/fileutils/pkg-comment index 1ced29a23210..524dabc7db4e 100644 --- a/sysutils/fileutils/pkg-comment +++ b/sysutils/fileutils/pkg-comment @@ -1 +1 @@ -GNU version of file utilities +The GNU file utilities diff --git a/sysutils/fileutils/pkg-descr b/sysutils/fileutils/pkg-descr index 070572d6704f..690c0726b571 100644 --- a/sysutils/fileutils/pkg-descr +++ b/sysutils/fileutils/pkg-descr @@ -1 +1,13 @@ -This directory contains the release of GNU fileutils. +The Free Software Foundation's "file" utilities, including "chgrp", +"chmod", "chown", "cp", "dd", "df", "dir", "dircolors", "du", +"install", "ln", "ls", "mkdir", "mkfifo", "mknod", "mv", "rm", +"rmdir", "sync", "touch", "vdir". + +These utilities exist in the FreeBSD base collection, but the GNU +versions have added functionality that is sometimes useful. + +Note that this port will install these utilities with a `g' prefix, +for example gcp, gdu, gls, gmv, grm, but the texinfo documentation +will refer to these utilities without the `g' prefix. + +WWW: http://www.gnu.org/software/fileutils/fileutils.html |