diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
commit | 999cbb3ea4ac3d340f24421878934904b037c115 (patch) | |
tree | 1289d800ddf740b1ce58511ba143de4861583926 /archivers/gshar+gunshar | |
parent | b3dea148df24bc677eb3359849d1c0241c9dfedf (diff) | |
download | ports-999cbb3ea4ac3d340f24421878934904b037c115.tar.gz ports-999cbb3ea4ac3d340f24421878934904b037c115.zip |
Notes
Diffstat (limited to 'archivers/gshar+gunshar')
-rw-r--r-- | archivers/gshar+gunshar/Makefile | 7 | ||||
-rw-r--r-- | archivers/gshar+gunshar/pkg-descr | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile index 370430e6f903..71d347a9db87 100644 --- a/archivers/gshar+gunshar/Makefile +++ b/archivers/gshar+gunshar/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/gshar+gunshar/pkg-descr b/archivers/gshar+gunshar/pkg-descr index e2fd16635dad..b2b6954af7c9 100644 --- a/archivers/gshar+gunshar/pkg-descr +++ b/archivers/gshar+gunshar/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. - |