- Pet portlint
- Move LICENSE to appropriate place - Teach portscout that only even versions count
This commit is contained in:
parent
583c0400c8
commit
98e2e496ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313162
@ -11,14 +11,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= eadler@FreeBSD.org
|
||||
COMMENT= Nano's ANOther editor, an enhanced free Pico clone
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --docdir=${DOCSDIR}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
@ -40,6 +40,8 @@ INFO= nano
|
||||
MAN1= nano.1 rnano.1
|
||||
MAN5= nanorc.5
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFIGURE_ARGS+=--enable-utf8
|
||||
|
@ -38,34 +38,34 @@ bin/rnano
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/nano.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/nano.mo
|
||||
%%EXAMPLESDIR%%/nanorc.sample
|
||||
share/nano/asm.nanorc
|
||||
share/nano/awk.nanorc
|
||||
share/nano/c.nanorc
|
||||
share/nano/cmake.nanorc
|
||||
share/nano/css.nanorc
|
||||
share/nano/debian.nanorc
|
||||
share/nano/fortran.nanorc
|
||||
share/nano/gentoo.nanorc
|
||||
share/nano/groff.nanorc
|
||||
share/nano/html.nanorc
|
||||
share/nano/java.nanorc
|
||||
share/nano/makefile.nanorc
|
||||
share/nano/man.nanorc
|
||||
share/nano/mgp.nanorc
|
||||
share/nano/mutt.nanorc
|
||||
share/nano/nanorc.nanorc
|
||||
share/nano/objc.nanorc
|
||||
share/nano/ocaml.nanorc
|
||||
share/nano/patch.nanorc
|
||||
share/nano/perl.nanorc
|
||||
share/nano/php.nanorc
|
||||
share/nano/pov.nanorc
|
||||
share/nano/python.nanorc
|
||||
share/nano/ruby.nanorc
|
||||
share/nano/sh.nanorc
|
||||
share/nano/tcl.nanorc
|
||||
share/nano/tex.nanorc
|
||||
share/nano/xml.nanorc
|
||||
%%DATADIR%%/asm.nanorc
|
||||
%%DATADIR%%/awk.nanorc
|
||||
%%DATADIR%%/c.nanorc
|
||||
%%DATADIR%%/cmake.nanorc
|
||||
%%DATADIR%%/css.nanorc
|
||||
%%DATADIR%%/debian.nanorc
|
||||
%%DATADIR%%/fortran.nanorc
|
||||
%%DATADIR%%/gentoo.nanorc
|
||||
%%DATADIR%%/groff.nanorc
|
||||
%%DATADIR%%/html.nanorc
|
||||
%%DATADIR%%/java.nanorc
|
||||
%%DATADIR%%/makefile.nanorc
|
||||
%%DATADIR%%/man.nanorc
|
||||
%%DATADIR%%/mgp.nanorc
|
||||
%%DATADIR%%/mutt.nanorc
|
||||
%%DATADIR%%/nanorc.nanorc
|
||||
%%DATADIR%%/objc.nanorc
|
||||
%%DATADIR%%/ocaml.nanorc
|
||||
%%DATADIR%%/patch.nanorc
|
||||
%%DATADIR%%/perl.nanorc
|
||||
%%DATADIR%%/php.nanorc
|
||||
%%DATADIR%%/pov.nanorc
|
||||
%%DATADIR%%/python.nanorc
|
||||
%%DATADIR%%/ruby.nanorc
|
||||
%%DATADIR%%/sh.nanorc
|
||||
%%DATADIR%%/tcl.nanorc
|
||||
%%DATADIR%%/tex.nanorc
|
||||
%%DATADIR%%/xml.nanorc
|
||||
@dirrm share/nano
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user