diff options
author | itojun <itojun> | 2000-08-14 04:33:24 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-08-14 04:33:24 +0000 |
commit | d58216745627d5d45cd6cb3053f259eccb57c45f (patch) | |
tree | 84c3d488ad3c6638ce4d8e04c87e57f299b3b76c /mail/postfix-current/patches/patch-at | |
parent | b17a431e2c926f1c0f537a397a33617de3fb7a17 (diff) | |
download | pkgsrc-d58216745627d5d45cd6cb3053f259eccb57c45f.tar.gz |
mail/postfix-current, for experimental postfix code - based on mail/postfix
Diffstat (limited to 'mail/postfix-current/patches/patch-at')
-rw-r--r-- | mail/postfix-current/patches/patch-at | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/postfix-current/patches/patch-at b/mail/postfix-current/patches/patch-at new file mode 100644 index 00000000000..bda228af584 --- /dev/null +++ b/mail/postfix-current/patches/patch-at @@ -0,0 +1,17 @@ +$NetBSD: patch-at,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $ + +--- postcat/Makefile.orig Wed Apr 26 20:25:55 2000 ++++ postcat/Makefile Wed Apr 26 20:38:55 2000 +@@ -0,0 +1,12 @@ ++# $NetBSD: patch-at,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $ ++.include "../conf/main.cf" ++PROG= postcat ++BINDIR=${command_directory} ++ ++DPADD+= ${LIBPGLOBAL} ${LIBPUTIL} ++LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS} ++ ++# XXX ++NOMAN=1 ++ ++.include <bsd.prog.mk> |