diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /mail/smtp-vilter/files/patch-backend+vilter-clamd+Makefile.freebsd | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes:
svn path=/head/; revision=129234
Diffstat (limited to 'mail/smtp-vilter/files/patch-backend+vilter-clamd+Makefile.freebsd')
-rw-r--r-- | mail/smtp-vilter/files/patch-backend+vilter-clamd+Makefile.freebsd | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/smtp-vilter/files/patch-backend+vilter-clamd+Makefile.freebsd b/mail/smtp-vilter/files/patch-backend+vilter-clamd+Makefile.freebsd deleted file mode 100644 index cdd0d1b67743..000000000000 --- a/mail/smtp-vilter/files/patch-backend+vilter-clamd+Makefile.freebsd +++ /dev/null @@ -1,23 +0,0 @@ ---- /dev/null Sat Jan 17 04:16:32 2004 -+++ backend/vilter-clamd/Makefile.freebsd Sat Jan 17 16:12:21 2004 -@@ -0,0 +1,20 @@ -+LIB= vilter-clamd -+SRCS= vilter-clamd.c -+OBJS= vilter-clamd.o -+ -+MAJOR= 2 -+ -+CFLAGS+= -O2 -Wall -DLINUX -pipe -I../../include -+ -+all: libvilter-clamd.so.${MAJOR} -+ -+libvilter-clamd.so.${MAJOR}: ${OBJS} -+ ${CC} -shared -o libvilter-clamd.so.${MAJOR} ${OBJS} ${LFLAGS} -+ -+install: libvilter-clamd.so.${MAJOR} -+ install -o root -m 0755 libvilter-clamd.so.${MAJOR} /usr/local/lib/libvilter-clamd.so.${MAJOR} -+ rm -f /usr/local/lib/libvilter-clamd.so -+ ln -s /usr/local/lib/libvilter-clamd.so.${MAJOR} /usr/local/lib/libvilter-clamd.so -+ -+clean: -+ rm -f *.o *.a core libvilter-clamd.* |