- Take maintainership.
Approved by: demon - Fixed installation of a Russian manpage.
This commit is contained in:
parent
4edf4b5999
commit
0b25adac73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77371
@ -7,9 +7,10 @@
|
||||
|
||||
PORTNAME= deco
|
||||
PORTVERSION= 3.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=deco
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= deco39
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
11
misc/deco/files/patch-Makefile.in
Normal file
11
misc/deco/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in Tue Jan 4 09:38:18 2000
|
||||
+++ Makefile.in Sun Mar 23 23:05:33 2003
|
||||
@@ -44,7 +44,7 @@
|
||||
cd help; for f in *.general *.edit *.view *.hexview; do\
|
||||
$(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done
|
||||
$(INSTALL_DATA) ref.man $(mandir)/man1/deco.1
|
||||
- $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1
|
||||
+ $(INSTALL_DATA) cyrref.man $(mandir)/ru.KOI8-R/man1/deco.1
|
||||
|
||||
$(libdir)/deco:
|
||||
mkdir $(libdir)/deco
|
Loading…
Reference in New Issue
Block a user