diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-07 09:56:49 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-04-07 09:56:49 +0000 |
commit | ab2ad8de17e66c1dff12b45053efc73d2bf687ee (patch) | |
tree | a60932bd002fe01825468ed5fac55920111fdfc7 /editors/led | |
parent | 90dcba274fe923c2973926423a34cbd344805918 (diff) | |
download | ports-ab2ad8de17e66c1dff12b45053efc73d2bf687ee.tar.gz ports-ab2ad8de17e66c1dff12b45053efc73d2bf687ee.zip |
Notes
Diffstat (limited to 'editors/led')
-rw-r--r-- | editors/led/Makefile | 11 | ||||
-rw-r--r-- | editors/led/files/pkg-message.in (renamed from editors/led/pkg-message) | 0 |
2 files changed, 8 insertions, 3 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 68d4f2b89b3f..74e2aca8bfc8 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -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> diff --git a/editors/led/pkg-message b/editors/led/files/pkg-message.in index 8ec04576f66f..8ec04576f66f 100644 --- a/editors/led/pkg-message +++ b/editors/led/files/pkg-message.in |