freebsd-ports/archivers/sharutils/Makefile
Peter Wemm 7aa4521121 Fix shar so that it doesn't generate:
# This shar contains:
  # length mode       name
  # ------ ---------- ------------------------------------------
  #   9525 (null) -rw-r--r--
  #   3768 (null) -rw-r--r--
	  ^^^^^^^^^^^
This is a long/off_t printf problem.

The only problem with doing this, is that touching the sources with patch
causes it to want to go and regenerate it's locale databases using some
gnu tools I've never heard of before. :-(  Since patch-ac doesn't actually
change any messages, I've cheated and touched the dependency files in
post-patch.  Please, no pukeing, I know it's a gross hack. ;-)
1996-08-16 14:38:17 +00:00

23 lines
614 B
Makefile

# New ports collection makefile for: gshar+gunshar
# Version required: 4.1.4
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.6 1995/04/16 01:44:03 ache Exp $
#
DISTNAME= sharutils-4.1.4
CATEGORIES+= archivers
MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/gnu/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX}
INSTALL_TARGET= install install-man
post-patch:
@touch ${WRKSRC}/stamp-cod
@touch ${WRKSRC}/sharutils.cod
@touch ${WRKSRC}/locale.c
.include <bsd.port.mk>