diff options
Diffstat (limited to 'archivers/sharutils/Makefile')
-rw-r--r-- | archivers/sharutils/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile deleted file mode 100644 index 57493a79ef28..000000000000 --- a/archivers/sharutils/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gshar+gunshar -# Version required: 4.2 -# Date created: 28 Dec 1994 -# Whom: ache -# -# $FreeBSD$ -# - -DISTNAME= sharutils-4.2 -CATEGORIES= archivers -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 -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 - -.include <bsd.port.mk> |