summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/led/Makefile12
-rw-r--r--editors/led/distinfo2
-rw-r--r--editors/led/files/patch-Makefile.in19
-rw-r--r--editors/led/pkg-descr3
-rw-r--r--editors/led/pkg-plist2
5 files changed, 36 insertions, 2 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile
index eba8acd..1d70b8e 100644
--- a/editors/led/Makefile
+++ b/editors/led/Makefile
@@ -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>
diff --git a/editors/led/distinfo b/editors/led/distinfo
index adb6d8e..09c5a1c 100644
--- a/editors/led/distinfo
+++ b/editors/led/distinfo
@@ -1 +1 @@
-MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49
+MD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e
diff --git a/editors/led/files/patch-Makefile.in b/editors/led/files/patch-Makefile.in
new file mode 100644
index 0000000..917e600
--- /dev/null
+++ b/editors/led/files/patch-Makefile.in
@@ -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
diff --git a/editors/led/pkg-descr b/editors/led/pkg-descr
index a30100a..aa0cf93 100644
--- a/editors/led/pkg-descr
+++ b/editors/led/pkg-descr
@@ -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>
diff --git a/editors/led/pkg-plist b/editors/led/pkg-plist
index 2ef5494..f198897 100644
--- a/editors/led/pkg-plist
+++ b/editors/led/pkg-plist
@@ -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
OpenPOWER on IntegriCloud