1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

inew port version: sysutils/stmpclean

Update to version 0.2

PR:		ports/50256
Submitted by:	stanislav shalunov <shalunov@internet2.edu>
This commit is contained in:
Edwin Groothuis 2003-09-29 14:03:24 +00:00
parent 08b5d74bef
commit 96d9d7a997
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89810
4 changed files with 17 additions and 6 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= stmpclean
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.mccme.ru/users/shalunov/
PORTVERSION= 0.2
CATEGORIES= sysutils security
MASTER_SITES= http://www.internet2.edu/~shalunov/stmpclean/
MAINTAINER= shalunov@mccme.ru
MAINTAINER= shalunov@internet2.edu
COMMENT= Remove old files from temporary directories
MAN8= stmpclean.8

View File

@ -1 +1 @@
MD5 (stmpclean-0.1.tar.gz) = ce4e4b16a0c063c9ab50d754e48bdaea
MD5 (stmpclean-0.2.tar.gz) = b9a1b88977a7b8f63a7ac39cb7cb1b6d

View File

@ -0,0 +1,11 @@
--- Makefile.orig Mon Sep 29 07:01:15 2003
+++ Makefile Mon Sep 29 07:01:23 2003
@@ -2,7 +2,7 @@
# Written by Stanislav Shalunov.
# $Id: Makefile,v 1.4 1999/08/04 18:30:02 shalunov Exp $
-PREFIX=/usr/local
+PREFIX?=/usr/local
BINDIR=$(PREFIX)/sbin
MANDIR=$(PREFIX)/man/man8

View File

@ -10,4 +10,4 @@ is dangerous: when you have an attack they have a tendency to behave
like forking bombs, making matters much worse.
--Stanislav
shalunov@mccme.ru
shalunov@internet2.edu