- 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:
Maxim Sobolev 2001-06-07 09:26:51 +00:00
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

View file

@ -7,15 +7,25 @@
PORTNAME= led PORTNAME= led
PORTVERSION= 0.9 PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= editors CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}-editor MASTER_SITE_SUBDIR= ${PORTNAME}-editor
MAINTAINER= sobomax@FreeBSD.org MAINTAINER= fracture@allusion.net
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
MAN1= led.1 MAN1= led.1
MANCOMPRESSED= yes 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> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49 MD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e

View 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

View file

@ -3,3 +3,6 @@ programming features found in larger editors, but hopefully
with less bloat. with less bloat.
WWW: http://led-editor.sourceforge.net/ WWW: http://led-editor.sourceforge.net/
- Jordan DeLong
<fracture@allusion.net>

View file

@ -2,4 +2,6 @@ bin/led
lib/led/c.so lib/led/c.so
lib/led/mbox.so lib/led/mbox.so
lib/led/sh.so lib/led/sh.so
share/led/dot.ledrc
@dirrm share/led
@dirrm lib/led @dirrm lib/led