mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Pass over maintainership to Jordan DeLong <fracture@allusion.net> - he is
author of the led, so would be a best MAINTAINER for it; - update distinfo - distfile has been re-rolled w/o version bump (some important bugs were fixed). Update PORTREVISION as a result; - strip binary and shared modules on install; - install sample configuration file and mention it via PKGMESSAGE. PR: 27914 Submitted by: Jordan DeLong <fracture@allusion.net>
This commit is contained in:
parent
36418c7b3f
commit
62f42f13d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43588
5 changed files with 36 additions and 2 deletions
|
@ -7,15 +7,25 @@
|
|||
|
||||
PORTNAME= led
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}-editor
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
MAINTAINER= fracture@allusion.net
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= led.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/led
|
||||
${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${PREFIX}/share/led/dot.ledrc
|
||||
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \
|
||||
${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49
|
||||
MD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e
|
||||
|
|
19
editors/led/files/patch-Makefile.in
Normal file
19
editors/led/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2001/06/07 09:15:55 1.1
|
||||
+++ Makefile.in 2001/06/07 09:15:12
|
||||
@@ -28,11 +28,11 @@
|
||||
|
||||
install: all
|
||||
@INSTALL@ -d @prefix@/bin
|
||||
- @INSTALL@ src/$(PROG) @prefix@/bin/
|
||||
+ @INSTALL@ -s src/$(PROG) @prefix@/bin/
|
||||
|
||||
@INSTALL@ -d @prefix@/lib/$(PROG)
|
||||
for i in build-modes/* ; do \
|
||||
- @INSTALL@ $$i @prefix@/lib/$(PROG)/ ; \
|
||||
+ @INSTALL@ -s $$i @prefix@/lib/$(PROG)/ ; \
|
||||
done
|
||||
|
||||
@INSTALL@ -d @prefix@/man/man1
|
|
@ -3,3 +3,6 @@ programming features found in larger editors, but hopefully
|
|||
with less bloat.
|
||||
|
||||
WWW: http://led-editor.sourceforge.net/
|
||||
|
||||
- Jordan DeLong
|
||||
<fracture@allusion.net>
|
||||
|
|
|
@ -2,4 +2,6 @@ bin/led
|
|||
lib/led/c.so
|
||||
lib/led/mbox.so
|
||||
lib/led/sh.so
|
||||
share/led/dot.ledrc
|
||||
@dirrm share/led
|
||||
@dirrm lib/led
|
||||
|
|
Loading…
Add table
Reference in a new issue