diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-11 10:20:12 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-11 10:20:12 +0000 |
commit | a7bb3a9999a70c385c9a074269f113100eaac4fb (patch) | |
tree | 8b0127ed8997409a7fe3cee7a7a0e78766deac1a /editors/led | |
parent | 509e917731930fe31d332a25a2d2fbfa28dc2cc4 (diff) | |
download | ports-a7bb3a9999a70c385c9a074269f113100eaac4fb.tar.gz ports-a7bb3a9999a70c385c9a074269f113100eaac4fb.zip |
Notes
Diffstat (limited to 'editors/led')
-rw-r--r-- | editors/led/Makefile | 15 | ||||
-rw-r--r-- | editors/led/distinfo | 2 | ||||
-rw-r--r-- | editors/led/pkg-comment | 2 | ||||
-rw-r--r-- | editors/led/pkg-message | 4 | ||||
-rw-r--r-- | editors/led/pkg-plist | 6 |
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 |