diff options
Diffstat (limited to 'sysutils/deleted/Makefile')
-rw-r--r-- | sysutils/deleted/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/deleted/Makefile b/sysutils/deleted/Makefile deleted file mode 100644 index 3d554129fac0..000000000000 --- a/sysutils/deleted/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: deleted -# Date created: 2000 May 25 -# Whom: @BABOLO <.@babolo.ru> -# -# $FreeBSD$ -# - -PORTNAME= deleted -PORTVERSION= 0.2 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/sysutl/ \ - http://www.links.ru/soft/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Daemon for garbage collection in directories with temporary files - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -MAN1= deleted.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/deleted -BINMODE= 4555 - -post-install: - @${CHMOD} 4555 ${PREFIX}/bin/deleted - -.include <bsd.port.mk> |