diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-25 19:01:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 19:01:17 +0000 |
commit | 97467c0764a59a8d3f20625b9f5a84e1f9978645 (patch) | |
tree | db63b63fc29e691de062eec02351b0f4ea1aa3ad /archivers/sharutils | |
parent | 8b50e7b1fdd20f251008bbbae54fd7032a1362bf (diff) | |
download | ports-97467c0764a59a8d3f20625b9f5a84e1f9978645.tar.gz ports-97467c0764a59a8d3f20625b9f5a84e1f9978645.zip |
Notes
Diffstat (limited to 'archivers/sharutils')
-rw-r--r-- | archivers/sharutils/Makefile | 24 | ||||
-rw-r--r-- | archivers/sharutils/distinfo | 2 | ||||
-rw-r--r-- | archivers/sharutils/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/sharutils/pkg-plist | 12 |
4 files changed, 12 insertions, 28 deletions
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index 57493a79ef28..cd542b2f3781 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -1,30 +1,24 @@ -# New ports collection makefile for: gshar+gunshar -# Version required: 4.2 -# Date created: 28 Dec 1994 -# Whom: ache +# New ports collection makefile for: gshar+gunshar +# Version required: 4.2.1 +# Date created: 28 Dec 1994 +# Whom: ache # # $FreeBSD$ # -DISTNAME= sharutils-4.2 +DISTNAME= sharutils-4.2.1 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= sharutils MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g --disable-uucode -INSTALL_TARGET= install install-man +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls +INSTALL_TARGET= install install-man MAN1= gshar.1 gunshar.1 -post-patch: - @touch ${WRKSRC}/po/sharutils.pot - post-install: -.for file in gshar gunshar - strip ${PREFIX}/bin/${file} -.endfor .for info in remsync.info sharutils.info install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor diff --git a/archivers/sharutils/distinfo b/archivers/sharutils/distinfo index eacc64495d15..4a1a8fa82daa 100644 --- a/archivers/sharutils/distinfo +++ b/archivers/sharutils/distinfo @@ -1 +1 @@ -MD5 (sharutils-4.2.tar.gz) = b1ab1d10d88e8dcb8ee5b0d06b2fc073 +MD5 (sharutils-4.2.1.tar.gz) = b8ba1d409f07edcb335ff72a27bd9828 diff --git a/archivers/sharutils/pkg-descr b/archivers/sharutils/pkg-descr index b2b6954af7c9..f1eb3d9904d4 100644 --- a/archivers/sharutils/pkg-descr +++ b/archivers/sharutils/pkg-descr @@ -6,3 +6,5 @@ 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. + +WWW: http://www.gnu.org/software/sharutils/sharutils.html diff --git a/archivers/sharutils/pkg-plist b/archivers/sharutils/pkg-plist index cf4a2c1169c8..777dd9abe40a 100644 --- a/archivers/sharutils/pkg-plist +++ b/archivers/sharutils/pkg-plist @@ -9,15 +9,3 @@ info/sharutils.info info/remsync.info @exec install-info %D/info/sharutils.info %D/info/dir @exec install-info %D/info/remsync.info %D/info/dir -lib/locale/de/LC_MESSAGES/sharutils.cat -lib/locale/fr/LC_MESSAGES/sharutils.cat -lib/locale/ja_JP.EUC/LC_MESSAGES/sharutils.cat -lib/locale/nl/LC_MESSAGES/sharutils.cat -lib/locale/pt/LC_MESSAGES/sharutils.cat -lib/locale/sv/LC_MESSAGES/sharutils.cat -share/locale/de.gmo/LC_MESSAGES/sharutils.cat -share/locale/fr.gmo/LC_MESSAGES/sharutils.cat -share/locale/ja_JP.EUC.gmo/LC_MESSAGES/sharutils.cat -share/locale/nl.gmo/LC_MESSAGES/sharutils.cat -share/locale/pt.gmo/LC_MESSAGES/sharutils.cat -share/locale/sv.gmo/LC_MESSAGES/sharutils.cat |