diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-16 10:17:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-16 10:17:04 +0800 |
commit | e89ae87e304b0db64b12ebd3ff3157a7d1037c05 (patch) | |
tree | 4599bb1b1fbcf28618e19c6594f0531696cfe38b | |
parent | 55fe4842a90112256f99eaa269b77401cbbbfed5 (diff) | |
download | freebsd-ports-gnome-e89ae87e304b0db64b12ebd3ff3157a7d1037c05.tar.gz freebsd-ports-gnome-e89ae87e304b0db64b12ebd3ff3157a7d1037c05.tar.zst freebsd-ports-gnome-e89ae87e304b0db64b12ebd3ff3157a7d1037c05.zip |
- Add LICENSE_FILE
- Strip binaries
-rw-r--r-- | editors/led/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 74e2aca8bfc8..a5a8ce892bb4 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -3,6 +3,7 @@ PORTNAME= led PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}/${PORTVERSION} @@ -10,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tiny text editor, with a number of useful programming features LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 GNU_CONFIGURE= yes @@ -21,4 +23,8 @@ post-patch: @${REINPLACE_CMD} -E 's,(bin|lib|data)dir),DESTDIR)$$(&,' \ ${WRKSRC}/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/led \ + ${STAGEDIR}${PREFIX}/lib/led/modules/perlapi.so + .include <bsd.port.mk> |