net-nntp/slrn: version bump
This commit is contained in:
parent
b3a9eb5c57
commit
37857b9815
3 changed files with 82 additions and 0 deletions
36
net-nntp/slrn/files/slrn-1.0.3-make.patch
Normal file
36
net-nntp/slrn/files/slrn-1.0.3-make.patch
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
--- slrn-1.0.2/src/Makefile.in
|
||||
+++ slrn-1.0.2/src/Makefile.in
|
||||
@@ -153,7 +153,7 @@
|
||||
$(MKINSDIR) $(DEST_SLRN_LIB_DIR)
|
||||
$(MKINSDIR) $(DEST_SLRN_SLANG_DIR)
|
||||
# $(MKINSDIR) $(DEST_CONFDIR)
|
||||
-installdocs:
|
||||
+installdocs: installdirs
|
||||
@for i in $(MAN_FILES); \
|
||||
do \
|
||||
echo $(INSTALL_DATA) $$i $(DEST_MANDIR)/man1/; \
|
||||
@@ -186,7 +186,7 @@
|
||||
exit 1; \
|
||||
fi; \
|
||||
done
|
||||
-installslang:
|
||||
+installslang: installdirs
|
||||
@files=$(CONF_FILES); \
|
||||
for i in $$files; \
|
||||
do \
|
||||
@@ -204,11 +204,11 @@
|
||||
exit 1; \
|
||||
fi; \
|
||||
done
|
||||
-installlocales:
|
||||
+installlocales: installdirs
|
||||
-cd ../po; $(MAKE) DESTDIR=$(DESTDIR) LOCALEDIR=$(LOCALEDIR) install
|
||||
-installbin:
|
||||
- $(INSTALL) -m 755 -s $(OBJDIR)/slrn $(DEST_BINDIR)
|
||||
- -$(INSTALL) -m 755 -s $(OBJDIR)/slrnpull $(DEST_BINDIR)
|
||||
+installbin: installdirs
|
||||
+ $(INSTALL) -m 755 $(OBJDIR)/slrn $(DEST_BINDIR)
|
||||
+ -$(INSTALL) -m 755 $(OBJDIR)/slrnpull $(DEST_BINDIR)
|
||||
install: all installdirs installbin installdocs installslang installlocales
|
||||
|
||||
# The symlinks target is for my own private use. It simply creates the object
|
||||
Loading…
Add table
Add a link
Reference in a new issue