openbsd-ports/mail/metamail/patches/patch-src_metamail_Makefile
sthen cedf61320a use WRKSRC not WRKDIST and regen patches
no need for groff
regen plist
use SUBST_CMD rather than handrolled %%SYSCONFDIR%% subst
2012-03-17 10:57:23 +00:00

16 lines
674 B
Plaintext

$OpenBSD: patch-src_metamail_Makefile,v 1.1 2012/03/17 10:57:23 sthen Exp $
--- src/metamail/Makefile.orig Sun Aug 1 22:04:53 1993
+++ src/metamail/Makefile Sat Mar 17 10:51:52 2012
@@ -51,9 +51,9 @@ splitmail: splitmail.o shared.o
rm -f splitmail
$(CC) $(LOCALCFLAGS) -o splitmail splitmail.o shared.o $(LDLIBS)
-metamail: metamail.o codes.o uue.o shared.o putenv.o
+metamail: metamail.o codes.o uue.o shared.o
rm -f metamail
- $(CC) $(LOCALCFLAGS) -o metamail metamail.o putenv.o codes.o uue.o shared.o $(LDLIBS)
+ $(CC) $(LOCALCFLAGS) -o metamail metamail.o codes.o uue.o shared.o $(LDLIBS)
clean:
-rm -f metamail mmencode mailto splitmail *.o *.BAK