diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-09-15 19:29:18 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-09-15 19:29:18 +0800 |
commit | a30678fbcfca45c7766b004258921c58ba1bd039 (patch) | |
tree | 658964a917944f2dfcfefa9baa066e6f51d8e281 /comms/xcept | |
parent | d225278fd6eb35227c13cf356ee5d091f4dc225c (diff) | |
download | freebsd-ports-graphics-a30678fbcfca45c7766b004258921c58ba1bd039.tar.gz freebsd-ports-graphics-a30678fbcfca45c7766b004258921c58ba1bd039.tar.zst freebsd-ports-graphics-a30678fbcfca45c7766b004258921c58ba1bd039.zip |
Install files with correct perms (0664->0644)
Approved by: Maintainer
Diffstat (limited to 'comms/xcept')
-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 c4cc79a2183..f751e4f067e 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 |