mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Make this port reinstall friendly.
This commit is contained in:
parent
3e96c034b9
commit
61364d3530
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14105
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user