diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:40:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 01:40:03 +0000 |
commit | 61364d35308e4e71edfb1d98a1ce5495ddc1442a (patch) | |
tree | 433b07c75383d66e56ee753a908be97decd4a501 /mail/cucipop | |
parent | 3e96c034b9526e3f0d0e6c8d80c1a5cb68e4ec6c (diff) | |
download | ports-61364d35308e4e71edfb1d98a1ce5495ddc1442a.tar.gz ports-61364d35308e4e71edfb1d98a1ce5495ddc1442a.zip |
Notes
Diffstat (limited to 'mail/cucipop')
-rw-r--r-- | mail/cucipop/files/patch-aa | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/cucipop/files/patch-aa b/mail/cucipop/files/patch-aa index 521b832d4da3..1c4f87c6ea53 100644 --- a/mail/cucipop/files/patch-aa +++ b/mail/cucipop/files/patch-aa @@ -39,8 +39,8 @@ +#define CUCIPOP_LIB "/var/spool/cucipop" #define STATE_DB "state.db" #define BULLETINS_PATH CUCIPOP_LIB"/bulletins" ---- Makefile.orig Wed May 13 05:09:14 1998 -+++ Makefile Tue Aug 25 18:12:33 1998 +--- Makefile.orig Tue May 12 16:09:14 1998 ++++ Makefile Thu Oct 15 21:27:10 1998 @@ -1,30 +1,30 @@ #$Id: Makefile,v 1.18 1998/05/12 21:09:14 srb Exp $ @@ -76,7 +76,7 @@ -INSTALL=install -o root -m -BINPERM=02755 -s -g mail -REGPERM=0644 -+INSTALL=install -o bin -m ++INSTALL=install -c -o bin -m +BINPERM=02555 -s -g mail +REGPERM=0444 @@ -107,4 +107,3 @@ + mkdir -p $(CUCIPOPBULLETINS) 2>/dev/null; exit 0 @for a in $(BINS); do ls -l $(BINDIR)/$$a; done @for a in $(MANS); do ls -l $(MANDIR)/$$a; done - |