1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
This commit is contained in:
Andrey A. Chernov 1995-06-13 22:40:05 +00:00
parent 6a97821901
commit 342978cb51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1831
4 changed files with 6 additions and 24 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: procmail
# Version required: 3.11pre1
# Version required: 3.11pre3
# Date created: 24 September 1994
# Whom: adam
#
# $Id: Makefile,v 1.15 1995/04/17 07:50:37 asami Exp $
# $Id: Makefile,v 1.16 1995/04/22 12:35:37 asami Exp $
#
DISTNAME= procmail-3.11pre1
PKGNAME= procmail-3.11.1
DISTNAME= procmail-3.11pre3
PKGNAME= procmail-3.11.3
CATEGORIES+= mail
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/

View File

@ -1 +1 @@
MD5 (procmail-3.11pre1.tar.gz) = 1fff3b76ed04c5a290f521c7abafde96
MD5 (procmail-3.11pre3.tar.gz) = cb30baddfc720c19942c4c49f7cdcb82

View File

@ -18,24 +18,6 @@
LDFLAGS0= -s
# Read my libs :-)
LIBS=
--- Makefile.1.bak Fri Mar 31 11:30:24 1995
+++ Makefile.1 Sat Apr 22 17:11:23 1995
@@ -93,13 +93,13 @@
@for a in $(MANS1S); \
do $(INSTALL) new/$$a.1 $(MAN1DIR)/$$a.$(MAN1SUFFIX); \
if test "X$(MANCOMPRESS)" != "X"; \
- then $(MANCOMPRESS) <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
+ then "$(MANCOMPRESS)" <new/$$a.1 >$(MAN1DIR)/$$a.$(MAN1SUFFIX); \
else :; fi; \
done
@for a in $(MANS5S); \
do $(INSTALL) new/$$a.5 $(MAN5DIR)/$$a.$(MAN5SUFFIX); \
if test "X$(MANCOMPRESS)" != "X"; \
- then $(MANCOMPRESS) <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
+ then "$(MANCOMPRESS)" <new/$$a.5 >$(MAN5DIR)/$$a.$(MAN5SUFFIX); \
else :; fi; \
done
echo Housekeeping file >install.man
--- initmake.bak Mon Apr 10 14:28:00 1995
+++ initmake Sat Apr 22 17:11:23 1995
@@ -336,8 +336,8 @@

View File

@ -1 +1 @@
ProcMail local mail delivery agent, version 3.11pre1
ProcMail local mail delivery agent, version 3.11pre3