diff options
author | jseger <jseger@FreeBSD.org> | 1998-01-23 08:43:43 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-01-23 08:43:43 +0800 |
commit | c15892440c5f617f326d253fb93217902357bdee (patch) | |
tree | 69ea04a1b9e92091df97f3ba108cd199839e24f7 /archivers/sharutils | |
parent | 426f20c8c154aee3949d06ad85cfa818943af15d (diff) | |
download | freebsd-ports-graphics-c15892440c5f617f326d253fb93217902357bdee.tar.gz freebsd-ports-graphics-c15892440c5f617f326d253fb93217902357bdee.tar.zst freebsd-ports-graphics-c15892440c5f617f326d253fb93217902357bdee.zip |
portlint
Diffstat (limited to 'archivers/sharutils')
-rw-r--r-- | archivers/sharutils/Makefile | 7 | ||||
-rw-r--r-- | archivers/sharutils/pkg-descr | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index 370430e6f90..71d347a9db8 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -3,12 +3,15 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.10 1997/05/28 22:36:58 ache Exp $ +# $Id: Makefile,v 1.11 1997/06/09 07:12:44 fenner Exp $ # + DISTNAME= sharutils-4.2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU} +MAINTAINER= ports@FreeBSD.org + GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode INSTALL_TARGET= install install-man @@ -22,7 +25,7 @@ post-install: strip ${PREFIX}/bin/${file} .endfor if [ ! -f ${PREFIX}/info/dir ]; then \ - sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi .for info in remsync.info sharutils.info install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir diff --git a/archivers/sharutils/pkg-descr b/archivers/sharutils/pkg-descr index e2fd16635da..b2b6954af7c 100644 --- a/archivers/sharutils/pkg-descr +++ b/archivers/sharutils/pkg-descr @@ -6,4 +6,3 @@ unpacking shell archives after reception. The core of both programs is initially derived from public domain. Some modules and other code sections are freely borrowed from other GNU distributions, bringing `shar' under the terms of the GNU General Public License. - |