Install nanorc.sample.
Requested by: Adam McLaurin <adam.mclaurin@gmx.net>
This commit is contained in:
parent
076fba930f
commit
b59a0333ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90268
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nano
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.nano-editor.org/dist/v1.2/
|
||||
|
||||
|
@ -24,6 +25,10 @@ INFO= nano
|
|||
MAN1= nano.1
|
||||
MAN5= nanorc.5
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/nanorc.sample ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500000
|
||||
|
|
|
@ -23,3 +23,4 @@ share/locale/ru/LC_MESSAGES/nano.mo
|
|||
share/locale/sv/LC_MESSAGES/nano.mo
|
||||
share/locale/tr/LC_MESSAGES/nano.mo
|
||||
share/locale/uk/LC_MESSAGES/nano.mo
|
||||
%%EXAMPLESDIR%%/nanorc.sample
|
||||
|
|
Loading…
Reference in a new issue