- Add staging support

- Remove leading article from COMMENT
- More precise LICENSE
- Use file sub in pkg-message for DOCSDIR
This commit is contained in:
Pawel Pekala 2014-04-07 09:56:49 +00:00
parent 90dcba274f
commit ab2ad8de17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350440
2 changed files with 8 additions and 3 deletions

View File

@ -7,13 +7,18 @@ CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A tiny text editor, with a number of useful programming features
COMMENT= Tiny text editor, with a number of useful programming features
LICENSE= BSD
LICENSE= BSD3CLAUSE
USES= perl5
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
SUB_FILES= pkg-message
post-patch:
@${REINPLACE_CMD} -E 's,(bin|lib|data)dir),DESTDIR)$$(&,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>