aboutsummaryrefslogtreecommitdiffstats
path: root/editors/led
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-11 18:20:12 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-11 18:20:12 +0800
commitd0ec93f30abd60b46c9902bfe5d829b791d5320e (patch)
treec208c7e2f7aec5766a78efbda4a40d064dd646fc /editors/led
parent1f4fa8d339e4d6a00b68a37d2a2833217cf59c81 (diff)
downloadfreebsd-ports-gnome-d0ec93f30abd60b46c9902bfe5d829b791d5320e.tar.gz
freebsd-ports-gnome-d0ec93f30abd60b46c9902bfe5d829b791d5320e.tar.zst
freebsd-ports-gnome-d0ec93f30abd60b46c9902bfe5d829b791d5320e.zip
Update to 0.9.2.
PR: 28876 Submitted by: maintainer
Diffstat (limited to 'editors/led')
-rw-r--r--editors/led/Makefile15
-rw-r--r--editors/led/distinfo2
-rw-r--r--editors/led/pkg-comment2
-rw-r--r--editors/led/pkg-message4
-rw-r--r--editors/led/pkg-plist6
5 files changed, 18 insertions, 11 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile
index a6a7ecd61685..e4a29d221434 100644
--- a/editors/led/Makefile
+++ b/editors/led/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= led
-PORTVERSION= 0.9.1
-PORTREVISION= 0
+PORTVERSION= 0.9.2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}-editor
@@ -19,13 +18,19 @@ GNU_CONFIGURE= yes
MAN1= led.1
MANCOMPRESSED= yes
+.if !defined(NOPORTDOCS)
PKGMESSAGE= ${WRKDIR}/pkg-message
+.else
+PKGMESSAGE= /nonexistant
+.endif
post-install:
- ${MKDIR} ${PREFIX}/share/led
- ${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${PREFIX}/share/led/dot.ledrc
- @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${DOCSDIR}
+ @${SED} 's|%%DOCSDIR%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message > \
${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
+.endif
.include <bsd.port.mk>
diff --git a/editors/led/distinfo b/editors/led/distinfo
index cae2a3a75b21..9841ada562bf 100644
--- a/editors/led/distinfo
+++ b/editors/led/distinfo
@@ -1 +1 @@
-MD5 (led-0.9.1.tar.gz) = cc46911a11e59ee4210599762228f76d
+MD5 (led-0.9.2.tar.gz) = 1ff2d6b1318c1e958b7ccf49f0a5c1a5
diff --git a/editors/led/pkg-comment b/editors/led/pkg-comment
index af6f04e70216..47d6aa22401f 100644
--- a/editors/led/pkg-comment
+++ b/editors/led/pkg-comment
@@ -1 +1 @@
-A tiny text editor, with a number of the useful programming features
+A tiny text editor, with a number of useful programming features
diff --git a/editors/led/pkg-message b/editors/led/pkg-message
index a4d38d5a9b1b..8ec04576f66f 100644
--- a/editors/led/pkg-message
+++ b/editors/led/pkg-message
@@ -1,7 +1,7 @@
**************************************************
An example configuration file is located in
-%%PREFIX%%/share/led/dot.ledrc; to use it,
-move it to ~/.ledrc.
+%%DOCSDIR%%/sample.ledrc; to use it,
+copy it to ~/.ledrc and edit it to your liking.
**************************************************
diff --git a/editors/led/pkg-plist b/editors/led/pkg-plist
index f198897e2e74..fd65177ef37e 100644
--- a/editors/led/pkg-plist
+++ b/editors/led/pkg-plist
@@ -1,7 +1,9 @@
bin/led
lib/led/c.so
+lib/led/html.so
lib/led/mbox.so
+lib/led/python.so
lib/led/sh.so
-share/led/dot.ledrc
-@dirrm share/led
@dirrm lib/led
+%%PORTDOCS%%share/doc/led/sample.ledrc
+%%PORTDOCS%%@dirrm share/doc/led