summaryrefslogtreecommitdiffstats
path: root/misc/sh-utils
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-01-06 17:34:48 +0000
committerkevlo <kevlo@FreeBSD.org>2001-01-06 17:34:48 +0000
commite09d4119b88ae58117318dedf5fd8d1417a452a8 (patch)
tree1e37e22386657cb1562c0822ab8a5eb0798594b0 /misc/sh-utils
parenta21a7aa53c4f22ce69799ca03aee78e219aff9f2 (diff)
downloadFreeBSD-ports-e09d4119b88ae58117318dedf5fd8d1417a452a8.zip
FreeBSD-ports-e09d4119b88ae58117318dedf5fd8d1417a452a8.tar.gz
- Fix Makefile
- Add WWW - Take over maintainership BTW, I fixed pkg-plist PR: 24111 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Diffstat (limited to 'misc/sh-utils')
-rw-r--r--misc/sh-utils/Makefile9
-rw-r--r--misc/sh-utils/pkg-descr2
-rw-r--r--misc/sh-utils/pkg-plist2
3 files changed, 7 insertions, 6 deletions
diff --git a/misc/sh-utils/Makefile b/misc/sh-utils/Makefile
index a078d4c..58bf8af 100644
--- a/misc/sh-utils/Makefile
+++ b/misc/sh-utils/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sh-utils
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= clefevre@citeweb.net
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
-USE_GMAKE= yes
+INSTALL_INFO?= install-info
MAN1= gbasename.1 gchroot.1 gdate.1 gdirname.1 gecho.1 genv.1 \
gexpr.1 gfalse.1 ggroups.1 ghostid.1 ghostname.1 gid.1 \
@@ -27,12 +27,15 @@ MAN1= gbasename.1 gchroot.1 gdate.1 gdirname.1 gecho.1 genv.1 \
gprintf.1 gpwd.1 gsleep.1 gstty.1 gsu.1 gtee.1 gtest.1 \
gtrue.1 gtty.1 guname.1 gusers.1 gwho.1 gwhoami.1 gyes.1
+post-extract:
+ @${RM} -f ${WRKSRC}/doc/${PORTNAME}.info*
+
do-patch:
.if !defined(WITH_SUID)
@${PERL} -pi -e "s/u\+s/u\+w/g" ${WRKSRC}/src/Makefile.in
.endif
post-install:
- install-info ${PREFIX}/info/sh-utils.info ${PREFIX}/info/dir
+ @${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/misc/sh-utils/pkg-descr b/misc/sh-utils/pkg-descr
index f31b2d3..c2de7b7 100644
--- a/misc/sh-utils/pkg-descr
+++ b/misc/sh-utils/pkg-descr
@@ -16,4 +16,4 @@ will refer to them without the `g' prefix.
GNU su does not support a wheel group. This port installs it
without the suid bit, unless you define WITH_SUID while building.
-Cyrille Lefevre <clefevre@citeweb.net>
+WWW: http://www.gnu.org/software/shellutils/shellutils.html
diff --git a/misc/sh-utils/pkg-plist b/misc/sh-utils/pkg-plist
index e858e6e..00b9727 100644
--- a/misc/sh-utils/pkg-plist
+++ b/misc/sh-utils/pkg-plist
@@ -29,8 +29,6 @@ bin/gchroot
bin/ghostid
bin/gnice
bin/gstty
-bin/ggroups
-bin/gnohup
bin/gsu
@unexec install-info --delete %D/info/sh-utils.info %D/info/dir
info/sh-utils.info
OpenPOWER on IntegriCloud