mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
38 lines
1004 B
Plaintext
38 lines
1004 B
Plaintext
$NetBSD: patch-ab,v 1.2 2003/12/23 11:02:13 xtraeme Exp $
|
|
|
|
--- Makefile.in.orig Mon Sep 15 14:36:04 2003
|
|
+++ Makefile.in
|
|
@@ -65,7 +65,7 @@ DIRMODE= 775
|
|
EXEMODE= 755
|
|
FILEMODE= 644
|
|
INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE)
|
|
-DIRSETGID= chmod g+s
|
|
+DIRSETGID= :
|
|
|
|
DATE = $(shell python -c 'import time; print time.strftime("%d-%b-%Y"),')
|
|
LANGPACK = README-I18N.en templates messages
|
|
@@ -81,22 +81,10 @@ subdirs: $(SUBDIRS)
|
|
(cd $$d; $(MAKE)); \
|
|
done
|
|
|
|
-install: doinstall update
|
|
+install: doinstall
|
|
|
|
doinstall: $(SUBDIRS)
|
|
@echo "Creating architecture independent directories..."
|
|
- @for d in $(VAR_DIRS); \
|
|
- do \
|
|
- dir=$(DESTDIR)$(var_prefix)/$$d; \
|
|
- if test ! -d $$dir; then \
|
|
- echo "Creating directory hierarchy $$dir"; \
|
|
- $(srcdir)/mkinstalldirs $$dir; \
|
|
- chmod $(DIRMODE) $$dir; \
|
|
- $(DIRSETGID) $$dir; \
|
|
- else true; \
|
|
- fi; \
|
|
- done
|
|
- chmod o-r $(DESTDIR)$(var_prefix)/archives/private
|
|
@for d in $(ARCH_INDEP_DIRS); \
|
|
do \
|
|
dir=$(DESTDIR)$(prefix)/$$d; \
|