summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 04:26:57 +0000
committersteve <steve@FreeBSD.org>2001-02-26 04:26:57 +0000
commit765c4c23e9e08e42a76716e94e9c8d5bb6887c44 (patch)
tree360251905a14470a1a723e83b8106e1fe54d1f8b
parent93eed3da96729b7973ab845a538b67ed047f5a39 (diff)
downloadFreeBSD-ports-765c4c23e9e08e42a76716e94e9c8d5bb6887c44.zip
FreeBSD-ports-765c4c23e9e08e42a76716e94e9c8d5bb6887c44.tar.gz
Minor tweaks to the post-install target and wording changes in pkg-descr.
PR: 24565 Submitted by: maintainer
-rw-r--r--sysutils/fileutils/Makefile14
-rw-r--r--sysutils/fileutils/pkg-comment2
-rw-r--r--sysutils/fileutils/pkg-descr14
3 files changed, 26 insertions, 4 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile
index 43e00a5..550b2bf 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 1ced29a..524dabc 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 070572d..690c072 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
OpenPOWER on IntegriCloud