diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-15 11:29:18 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-15 11:29:18 +0000 |
commit | 17de392e72df77eaf0a1056c1e86fc62373ff44b (patch) | |
tree | 786b1a75580b2ac91df5ab2993d7304e53fb4597 /comms | |
parent | bf39303b58df62995a66b8ebe8b1339f146ded87 (diff) | |
download | ports-17de392e72df77eaf0a1056c1e86fc62373ff44b.tar.gz ports-17de392e72df77eaf0a1056c1e86fc62373ff44b.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xcept/files/patch-ad | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/xcept/files/patch-ad b/comms/xcept/files/patch-ad index c4cc79a2183c..f751e4f067eb 100644 --- a/comms/xcept/files/patch-ad +++ b/comms/xcept/files/patch-ad @@ -1,5 +1,5 @@ ---- /dev/null Sun Sep 1 12:14:31 1996 -+++ lib/Makefile Sun Sep 1 14:33:06 1996 +--- lib/Makefile.orig Thu Sep 14 18:10:53 2000 ++++ lib/Makefile Thu Sep 14 18:12:13 2000 @@ -0,0 +1,14 @@ +# +# Makefile for scripts @@ -13,5 +13,5 @@ + +install: + mkdir -p $(DEST) -+ install -c -m 0664 $(SCRIPTS) $(DEST) ++ install -c -m 0644 $(SCRIPTS) $(DEST) + chmod 755 $(DEST)/ZDF.pl $(DEST)/xcept.pl |