aboutsummaryrefslogtreecommitdiff
path: root/archivers/sharutils/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 19:01:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 19:01:17 +0000
commit97467c0764a59a8d3f20625b9f5a84e1f9978645 (patch)
treedb63b63fc29e691de062eec02351b0f4ea1aa3ad /archivers/sharutils/Makefile
parent8b50e7b1fdd20f251008bbbae54fd7032a1362bf (diff)
downloadports-97467c0764a59a8d3f20625b9f5a84e1f9978645.tar.gz
ports-97467c0764a59a8d3f20625b9f5a84e1f9978645.zip
Notes
Diffstat (limited to 'archivers/sharutils/Makefile')
-rw-r--r--archivers/sharutils/Makefile24
1 files changed, 9 insertions, 15 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