mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
625c4e7118
privileges needed to perform is duty. PR: 19147 Reported by: MAINTAINER (I used a different method to solve problem)
24 lines
420 B
Makefile
24 lines
420 B
Makefile
# 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= .@babolo.ru
|
|
|
|
MAN1= deleted.1
|
|
MANCOMPRESSED= yes
|
|
BINMODE= 4555
|
|
|
|
post-install:
|
|
@${CHMOD} 4555 ${PREFIX}/bin/deleted
|
|
|
|
.include <bsd.port.mk>
|